Home
last modified time | relevance | path

Searched refs:_WIN32_WINNT_WIN2K (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/lib/
Dsetup-win32.h85 #ifndef _WIN32_WINNT_WIN2K
86 #define _WIN32_WINNT_WIN2K 0x0500 /* Windows 2000 */ macro
Dversion_win32.c90 #elif !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_WIN2K) || \ in curlx_verify_windows_version()
91 (_WIN32_WINNT < _WIN32_WINNT_WIN2K) in curlx_verify_windows_version()