Searched refs:_WIN32_WINNT (Results 1 - 25 of 49) sorted by relevance

12

/external/libmicrohttpd/w32/VS2013/
H A DMHD_config.h42 #ifndef _WIN32_WINNT
44 #define _WIN32_WINNT 0x0501 macro
45 #endif /* _WIN32_WINNT */
48 #if _WIN32_WINNT >= 0x0600
50 #endif /* _WIN32_WINNT >= 0x0600 */
/external/mdnsresponder/mDNSWindows/DLLX/
H A Ddlldatax.c28 #define _WIN32_WINNT 0x0500 //for WinNT 4.0 or Win95 with DCOM macro
H A Dstdafx.h44 #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 Windows. macro
/external/mdnsresponder/mDNSWindows/ControlPanel/
H A Dstdafx.h30 #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 Windows 2000 or later. macro
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASupport.h19 #define _WIN32_WINNT _WIN32_WINNT_VISTA macro
/external/v8/src/base/
H A Dwin32-headers.h32 #ifndef _WIN32_WINNT
33 #define _WIN32_WINNT 0x0600 macro
44 #undef _WIN32_WINNT macro
45 #define _WIN32_WINNT 0x501 macro
/external/c-ares/
H A Dconfig-win32.h290 # 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/curl/lib/
H A Dcurl_threads.h40 # if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \
41 (_WIN32_WINNT < _WIN32_WINNT_VISTA)
H A Dconfig-win32.h539 # ifndef _WIN32_WINNT
540 # define _WIN32_WINNT VS2008_DEF_TARGET macro
545 # if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET)
552 # ifndef _WIN32_WINNT
553 # define _WIN32_WINNT VS2012_DEF_TARGET macro
558 # if (_WIN32_WINNT < VS2012_MIN_TARGET) || (WINVER < VS2012_MIN_TARGET)
571 # ifndef _WIN32_WINNT
572 # define _WIN32_WINNT 0x0500 macro
587 # elif defined(_WIN32_WINNT) && (_WIN32_WINNT >
[all...]
H A Dcurl_threads.c124 #if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \
125 (_WIN32_WINNT < _WIN32_WINNT_VISTA)
H A Dtimeval.c35 #if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \
36 (_WIN32_WINNT < _WIN32_WINNT_VISTA)
H A Dsystem_win32.c90 const WORD targetVersion = (WORD)_WIN32_WINNT;
118 #elif !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_WIN2K) || \
119 (_WIN32_WINNT < _WIN32_WINNT_WIN2K)
/external/webrtc/third_party/gflags/gen/win/include/private/
H A Dconfig.h132 #ifndef _WIN32_WINNT
133 # define _WIN32_WINNT 0x0400 macro
/external/libmicrohttpd/src/include/
H A Dplatform.h69 #ifndef _WIN32_WINNT
70 #define _WIN32_WINNT 0x0501 macro
71 #else // _WIN32_WINNT
72 #if _WIN32_WINNT < 0x0501
74 #endif // _WIN32_WINNT < 0x0501
75 #endif // _WIN32_WINNT
200 #if !defined(IPPROTO_IPV6) && defined(_MSC_FULL_VER) && _WIN32_WINNT >= 0x0501
/external/curl/src/
H A Dtool_util.c43 #if defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0600)
/external/jemalloc/include/jemalloc/internal/
H A Dmutex.h36 # if _WIN32_WINNT >= 0x0600
91 # if _WIN32_WINNT >= 0x0600
114 # if _WIN32_WINNT >= 0x0600
/external/conscrypt/common/src/jni/main/include/
H A DNetworkUtil.h22 #define _WIN32_WINNT _WIN32_WINNT_WIN8 macro
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
H A DWindows.h20 #undef _WIN32_WINNT macro
23 #define _WIN32_WINNT 0x0501 macro
/external/libvpx/libvpx/vp8/common/generic/
H A Dsystemdependent.c48 #if _WIN32_WINNT >= 0x0501
/external/libcxx/src/
H A Dchrono.cpp41 #if _WIN32_WINNT >= _WIN32_WINNT_WIN8
81 #if _WIN32_WINNT >= _WIN32_WINNT_WIN8
/external/llvm/lib/Support/Windows/
H A DWindowsSupport.h26 #undef _WIN32_WINNT macro
30 #define _WIN32_WINNT 0x0601 macro
/external/python/cpython2/PC/
H A Dpyconfig.h191 #ifndef _WIN32_WINNT
192 #define _WIN32_WINNT Py_WINVER macro
/external/regex-re2/util/
H A Dmutex.h38 // don't need that functionality, you can remove these _WIN32_WINNT
40 # ifndef _WIN32_WINNT
41 # define _WIN32_WINNT 0x0400
/external/e2fsprogs/lib/uuid/
H A Duuid_time.c40 #define _WIN32_WINNT 0x0500 macro
/external/mesa3d/include/c11/
H A Dthreads_win32.h56 #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

Completed in 689 milliseconds

12