/external/curl/lib/ |
D | config-win32.h | 542 # ifndef _WIN32_WINNT 543 # define _WIN32_WINNT VS2008_DEF_TARGET macro 548 # if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET) 555 # ifndef _WIN32_WINNT 556 # define _WIN32_WINNT VS2012_DEF_TARGET macro 561 # if (_WIN32_WINNT < VS2012_MIN_TARGET) || (WINVER < VS2012_MIN_TARGET) 574 # ifndef _WIN32_WINNT 575 # define _WIN32_WINNT 0x0500 macro 590 # elif defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0501) 627 #if defined(HAVE_WINSOCK2_H) && defined(_WIN32_WINNT) && \ [all …]
|
D | curl_threads.h | 40 # if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \ 41 (_WIN32_WINNT < _WIN32_WINNT_VISTA) || \
|
D | curl_threads.c | 141 #if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \ in Curl_thread_join() 142 (_WIN32_WINNT < _WIN32_WINNT_VISTA) in Curl_thread_join()
|
D | system_win32.c | 173 const WORD targetVersion = (WORD)_WIN32_WINNT; in Curl_verify_windows_version() 201 #elif !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_WIN2K) || \ in Curl_verify_windows_version() 202 (_WIN32_WINNT < _WIN32_WINNT_WIN2K) in Curl_verify_windows_version()
|
/external/v8/src/base/ |
D | win32-headers.h | 32 #ifndef _WIN32_WINNT 33 #define _WIN32_WINNT 0x0600 macro 44 #undef _WIN32_WINNT 45 #define _WIN32_WINNT 0x501 macro
|
/external/mdnsresponder/mDNSWindows/DLLX/ |
D | stdafx.h | 44 #ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later. 46 #define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Win… macro
|
D | dlldatax.c | 28 #define _WIN32_WINNT 0x0500 //for WinNT 4.0 or Win95 with DCOM macro
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | stdafx.h | 30 #ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later. 31 #define _WIN32_WINNT 0x0400 // Change this to the appropriate value to target Windows 98 and Window… macro
|
/external/skia/src/utils/win/ |
D | SkDWriteNTDDI_VERSION.h | 23 # if defined(_WIN32_WINNT) 24 # undef _WIN32_WINNT
|
/external/skqp/src/utils/win/ |
D | SkDWriteNTDDI_VERSION.h | 23 # if defined(_WIN32_WINNT) 24 # undef _WIN32_WINNT
|
/external/jemalloc/include/jemalloc/internal/ |
D | mutex.h | 36 # if _WIN32_WINNT >= 0x0600 91 # if _WIN32_WINNT >= 0x0600 in malloc_mutex_lock() 114 # if _WIN32_WINNT >= 0x0600 in malloc_mutex_unlock()
|
/external/harfbuzz_ng/src/ |
D | hb.hh | 281 # if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0600 282 # undef _WIN32_WINNT 284 # ifndef _WIN32_WINNT 286 # define _WIN32_WINNT 0x0600 macro
|
/external/webrtc/third_party/gflags/gen/win/include/private/ |
D | config.h | 132 #ifndef _WIN32_WINNT 133 # define _WIN32_WINNT 0x0400 macro
|
/external/curl/src/ |
D | tool_util.c | 43 #if defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0600) && \ in tvnow()
|
/external/gflags/src/ |
D | windows_port.h | 47 # if !defined(_WIN32_WINNT) && !(defined( __MINGW32__) || defined(__MINGW64__)) 48 # define _WIN32_WINNT 0x0400 macro
|
/external/mesa3d/include/c11/ |
D | threads_win32.h | 56 #if _WIN32_WINNT >= 0x0600 70 #if defined(EMULATED_THREADS_USE_NATIVE_CALL_ONCE) && (_WIN32_WINNT < 0x0600) 71 #error EMULATED_THREADS_USE_NATIVE_CALL_ONCE requires _WIN32_WINNT>=0x0600 74 #if defined(EMULATED_THREADS_USE_NATIVE_CV) && (_WIN32_WINNT < 0x0600) 75 #error EMULATED_THREADS_USE_NATIVE_CV requires _WIN32_WINNT>=0x0600
|
/external/virglrenderer/src/gallium/include/c11/ |
D | threads_win32.h | 56 #if _WIN32_WINNT >= 0x0600 70 #if defined(EMULATED_THREADS_USE_NATIVE_CALL_ONCE) && (_WIN32_WINNT < 0x0600) 71 #error EMULATED_THREADS_USE_NATIVE_CALL_ONCE requires _WIN32_WINNT>=0x0600 74 #if defined(EMULATED_THREADS_USE_NATIVE_CV) && (_WIN32_WINNT < 0x0600) 75 #error EMULATED_THREADS_USE_NATIVE_CV requires _WIN32_WINNT>=0x0600
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Windows.h | 20 #undef _WIN32_WINNT 23 #define _WIN32_WINNT 0x0501 macro
|
/external/libcxx/src/ |
D | chrono.cpp | 24 #if _WIN32_WINNT >= _WIN32_WINNT_WIN8 64 #if _WIN32_WINNT >= _WIN32_WINNT_WIN8 in now()
|
/external/libvpx/libvpx/vpx_util/ |
D | vpx_thread.h | 37 #if _WIN32_WINNT >= 0x0600 // Windows Vista / Server 2008 or greater 69 #if _WIN32_WINNT >= 0x0501 // Windows XP or greater 104 #if _WIN32_WINNT >= 0x0600 // Windows Vista / Server 2008 or greater in pthread_mutex_init()
|
/external/libaom/libaom/aom_util/ |
D | aom_thread.h | 40 #if _WIN32_WINNT >= 0x0600 // Windows Vista / Server 2008 or greater 67 #if _WIN32_WINNT >= 0x0501 // Windows XP or greater 102 #if _WIN32_WINNT >= 0x0600 // Windows Vista / Server 2008 or greater in pthread_mutex_init()
|
/external/webp/src/utils/ |
D | thread_utils.c | 27 #if _WIN32_WINNT >= 0x0600 // Windows Vista / Server 2008 or greater 70 #if _WIN32_WINNT >= 0x0501 // Windows XP or greater 107 #if _WIN32_WINNT >= 0x0600 // Windows Vista / Server 2008 or greater in pthread_mutex_init()
|
/external/python/cpython3/PC/ |
D | pyconfig.h | 153 #ifndef _WIN32_WINNT 154 #define _WIN32_WINNT Py_WINVER macro
|
/external/llvm/lib/Support/Windows/ |
D | WindowsSupport.h | 26 #undef _WIN32_WINNT 30 #define _WIN32_WINNT 0x0601 macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASupport.h | 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA macro
|