Home
last modified time | relevance | path

Searched refs:tool_isVistaOrGreater (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/src/
Dtool_setup.h72 extern bool tool_isVistaOrGreater;
Dtool_doswin.c775 bool tool_isVistaOrGreater; variable
783 tool_isVistaOrGreater = true; in win32_init()
785 tool_isVistaOrGreater = false; in win32_init()
Dtool_util.c40 if(tool_isVistaOrGreater) { /* QPC timer might have issues pre-Vista */ in tvnow()