Home
last modified time | relevance | path

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

/curl/lib/
H A Dsetup-win32.h119 #ifndef _WIN32_WINNT_VISTA
120 #define _WIN32_WINNT_VISTA 0x0600 /* Windows Vista */ macro
H A Dcurl_threads.h42 # if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \
43 (_WIN32_WINNT < _WIN32_WINNT_VISTA)
H A Dcurl_threads.c147 #if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \ in Curl_thread_join()
148 (_WIN32_WINNT < _WIN32_WINNT_VISTA) in Curl_thread_join()

Completed in 9 milliseconds