Home
last modified time | relevance | path

Searched refs:_WIN32_WINNT_VISTA (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
H A 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/
H A DSystemInfo.cpp41 osvi.dwMajorVersion = HIBYTE(_WIN32_WINNT_VISTA); in IsWindowsVistaOrGreater()
42 osvi.dwMinorVersion = LOBYTE(_WIN32_WINNT_VISTA); in IsWindowsVistaOrGreater()
/third_party/curl/lib/
H A Dcurl_threads.h42 # if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \
43 (_WIN32_WINNT < _WIN32_WINNT_VISTA)
H A Dsetup-win32.h119 #ifndef _WIN32_WINNT_VISTA
120 #define _WIN32_WINNT_VISTA 0x0600 /* Windows Vista */ macro
H A 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/
H A Dwaiter.h50 #elif defined(_WIN32) && _WIN32_WINNT >= _WIN32_WINNT_VISTA
/third_party/glfw/src/
H A Dwin32_platform.h169 _glfwIsWindowsVersionOrGreaterWin32(HIBYTE(_WIN32_WINNT_VISTA), \
170 LOBYTE(_WIN32_WINNT_VISTA), 0)
/third_party/python/PC/
H A Dpyshellext.cpp2 #define _WIN32_WINNT _WIN32_WINNT_VISTA

Completed in 5 milliseconds