Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASupport.h18 #define _WIN32_WINNT _WIN32_WINNT_VISTA
19 #define WINVER _WIN32_WINNT_VISTA
/third_party/skia/third_party/externals/angle2/src/third_party/systeminfo/
DSystemInfo.cpp41 osvi.dwMajorVersion = HIBYTE(_WIN32_WINNT_VISTA); in IsWindowsVistaOrGreater()
42 osvi.dwMinorVersion = LOBYTE(_WIN32_WINNT_VISTA); in IsWindowsVistaOrGreater()
/third_party/curl/lib/
Dsetup-win32.h102 #ifndef _WIN32_WINNT_VISTA
103 #define _WIN32_WINNT_VISTA 0x0600 /* Windows Vista */ macro
Dcurl_threads.h42 # if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \
43 (_WIN32_WINNT < _WIN32_WINNT_VISTA)
Dcurl_threads.c139 #if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \ in Curl_thread_join()
140 (_WIN32_WINNT < _WIN32_WINNT_VISTA) in Curl_thread_join()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dwaiter.h50 #elif defined(_WIN32) && _WIN32_WINNT >= _WIN32_WINNT_VISTA
/third_party/python/PC/
Dpyshellext.cpp2 #define _WIN32_WINNT _WIN32_WINNT_VISTA