/external/curl/lib/ |
D | config-win32.h | 538 # ifndef _WIN32_WINNT 539 # define _WIN32_WINNT VS2008_DEF_TARGET macro 544 # if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET) 551 # ifndef _WIN32_WINNT 552 # define _WIN32_WINNT VS2012_DEF_TARGET macro 557 # if (_WIN32_WINNT < VS2012_MIN_TARGET) || (WINVER < VS2012_MIN_TARGET) 570 # ifndef _WIN32_WINNT 571 # define _WIN32_WINNT 0x0500 macro 586 # elif defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0501) 623 #if HAVE_WINSOCK2_H && defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0600)
|
D | curl_threads.h | 40 # if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \ 41 (_WIN32_WINNT < _WIN32_WINNT_VISTA)
|
D | timeval.c | 35 #if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \ in curlx_tvnow() 36 (_WIN32_WINNT < _WIN32_WINNT_VISTA) in curlx_tvnow()
|
D | curl_threads.c | 122 #if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \ in Curl_thread_join() 123 (_WIN32_WINNT < _WIN32_WINNT_VISTA) in Curl_thread_join()
|
D | curl_sspi.c | 80 #if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_WIN2K) || \ in Curl_sspi_global_init() 81 (_WIN32_WINNT < _WIN32_WINNT_WIN2K) in Curl_sspi_global_init()
|
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/ |
D | dxva2.h | 32 #if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0600 33 #undef _WIN32_WINNT 36 #if !defined(_WIN32_WINNT) 37 #define _WIN32_WINNT 0x0600 macro
|
/external/c-ares/ |
D | config-win32.h | 290 # ifndef _WIN32_WINNT 291 # define _WIN32_WINNT VS2008_DEF_TARGET macro 296 # if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET) 304 # ifndef _WIN32_WINNT 305 # define _WIN32_WINNT 0x0500 macro 319 # elif defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0501)
|
/external/v8/src/base/ |
D | win32-headers.h | 32 #ifndef _WIN32_WINNT 33 #define _WIN32_WINNT 0x501 macro 44 #undef _WIN32_WINNT 45 #define _WIN32_WINNT 0x501 macro
|
/external/opencv3/modules/imgcodecs/ |
D | precomp.hpp | 61 #if !defined _WIN32_WINNT 63 #define _WIN32_WINNT 0x0600 // Windows Vista macro 65 #define _WIN32_WINNT 0x0500 // Windows 2000 macro
|
/external/opencv3/modules/imgcodecs/src/ |
D | precomp.hpp | 61 #if !defined _WIN32_WINNT 63 #define _WIN32_WINNT 0x0600 // Windows Vista macro 65 #define _WIN32_WINNT 0x0500 // Windows 2000 macro
|
/external/libmicrohttpd/src/include/ |
D | platform.h | 69 #ifndef _WIN32_WINNT 70 #define _WIN32_WINNT 0x0501 macro 72 #if _WIN32_WINNT < 0x0501 200 #if !defined(IPPROTO_IPV6) && defined(_MSC_FULL_VER) && _WIN32_WINNT >= 0x0501
|
/external/libmicrohttpd/w32/VS2013/ |
D | MHD_config.h | 42 #ifndef _WIN32_WINNT 44 #define _WIN32_WINNT 0x0501 macro 48 #if _WIN32_WINNT >= 0x0600
|
/external/opencv3/modules/highgui/ |
D | precomp.hpp | 64 #if !defined _WIN32_WINNT 66 #define _WIN32_WINNT 0x0600 // Windows Vista macro 68 #define _WIN32_WINNT 0x0500 // Windows 2000 macro
|
/external/opencv3/modules/highgui/src/ |
D | precomp.hpp | 64 #if !defined _WIN32_WINNT 66 #define _WIN32_WINNT 0x0600 // Windows Vista macro 68 #define _WIN32_WINNT 0x0500 // Windows 2000 macro
|
/external/jemalloc/include/jemalloc/internal/ |
D | mutex.h | 29 # if _WIN32_WINNT >= 0x0600 77 # if _WIN32_WINNT >= 0x0600 in malloc_mutex_lock() 96 # if _WIN32_WINNT >= 0x0600 in malloc_mutex_unlock()
|
/external/opencv3/modules/videoio/ |
D | precomp.hpp | 64 #if !defined _WIN32_WINNT 66 #define _WIN32_WINNT 0x0600 // Windows Vista macro 68 #define _WIN32_WINNT 0x0500 // Windows 2000 macro
|
/external/opencv3/modules/videoio/src/ |
D | precomp.hpp | 64 #if !defined _WIN32_WINNT 66 #define _WIN32_WINNT 0x0600 // Windows Vista macro 68 #define _WIN32_WINNT 0x0500 // Windows 2000 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 tool_tvnow()
|
/external/autotest/client/tests/kvm/deps/ |
D | finish.cpp | 13 #undef _WIN32_WINNT 14 #define _WIN32_WINNT 0x500 macro
|
/external/llvm/lib/Support/Windows/ |
D | WindowsSupport.h | 26 #undef _WIN32_WINNT 30 #define _WIN32_WINNT 0x0601 macro
|
/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASupport.h | 19 #define _WIN32_WINNT _WIN32_WINNT_VISTA macro
|
/external/webp/src/utils/ |
D | thread.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/regex-re2/util/ |
D | mutex.h | 40 # ifndef _WIN32_WINNT 41 # define _WIN32_WINNT 0x0400
|
/external/ceres-solver/internal/ceres/ |
D | mutex.h | 108 # ifndef _WIN32_WINNT 109 # define _WIN32_WINNT 0x0400 macro
|