Home
last modified time | relevance | path

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

/external/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
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASupport.h18 #define _WIN32_WINNT _WIN32_WINNT_VISTA
19 #define WINVER _WIN32_WINNT_VISTA
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASupport.h19 #define _WIN32_WINNT _WIN32_WINNT_VISTA
20 #define WINVER _WIN32_WINNT_VISTA
/external/angle/src/third_party/systeminfo/
DSystemInfo.cpp41 osvi.dwMajorVersion = HIBYTE(_WIN32_WINNT_VISTA); in IsWindowsVistaOrGreater()
42 osvi.dwMinorVersion = LOBYTE(_WIN32_WINNT_VISTA); in IsWindowsVistaOrGreater()
/external/curl/lib/
Dsetup-win32.h97 #ifndef _WIN32_WINNT_VISTA
98 #define _WIN32_WINNT_VISTA 0x0600 /* Windows Vista */ macro
Dcurl_threads.h40 # if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \
41 (_WIN32_WINNT < _WIN32_WINNT_VISTA) || \
Dcurl_threads.c141 #if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \ in Curl_thread_join()
142 (_WIN32_WINNT < _WIN32_WINNT_VISTA) in Curl_thread_join()
/external/llvm-project/lldb/include/lldb/Host/windows/
Dwindows.h14 #define _WIN32_WINNT _WIN32_WINNT_VISTA
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dwaiter.h49 #elif defined(_WIN32) && _WIN32_WINNT >= _WIN32_WINNT_VISTA
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/
Dwaiter.h49 #elif defined(_WIN32) && _WIN32_WINNT >= _WIN32_WINNT_VISTA
/external/angle/third_party/abseil-cpp/absl/synchronization/internal/
Dwaiter.h50 #elif defined(_WIN32) && _WIN32_WINNT >= _WIN32_WINNT_VISTA
/external/abseil-cpp/absl/synchronization/internal/
Dwaiter.h49 #elif defined(_WIN32) && _WIN32_WINNT >= _WIN32_WINNT_VISTA
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/
Dwaiter.h50 #elif defined(_WIN32) && _WIN32_WINNT >= _WIN32_WINNT_VISTA
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
Dwaiter.h49 #elif defined(_WIN32) && _WIN32_WINNT >= _WIN32_WINNT_VISTA
/external/python/cpython3/PC/
Dpyshellext.cpp2 #define _WIN32_WINNT _WIN32_WINNT_VISTA
/external/libusb/
Dconfigure.ac190 AC_DEFINE([_WIN32_WINNT], [_WIN32_WINNT_VISTA], [Define to the oldest supported Windows version.])
/external/curl/
DCMakeLists.txt86 # _WIN32_WINNT_VISTA (0x0600)