HomeSort by relevance Sort by last modified time
    Searched refs:Curl_isVistaOrGreater (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
system_win32.h 30 extern bool Curl_isVistaOrGreater;
timeval.c 29 extern bool Curl_isVistaOrGreater;
34 if(Curl_isVistaOrGreater) { /* QPC timer might have issues pre-Vista */
system_win32.c 37 bool Curl_isVistaOrGreater;
94 Curl_isVistaOrGreater = TRUE;
98 Curl_isVistaOrGreater = FALSE;

Completed in 358 milliseconds