Home
last modified time | relevance | path

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

123

/third_party/node/deps/cares/src/lib/
H A Dconfig-win32.h270 # ifndef _WIN32_WINNT
271 # define _WIN32_WINNT MSVC_MIN_TARGET macro
281 # ifndef _WIN32_WINNT
282 # define _WIN32_WINNT 0x0602 macro
296 # elif defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0501)
345 #if defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0600) && !defined(__WATCOMC__)
H A Dares__addrinfo_localhost.c40 #if defined(_WIN32) && defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x0600
140 #if defined(_WIN32) && defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x0600 && \ in ares__system_loopback_addrs()
/third_party/curl/lib/
H A Dconfig-win32.h224 #if defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x600 /* Vista */
353 # ifndef _WIN32_WINNT
354 # define _WIN32_WINNT VS2008_DEF_TARGET macro
359 # if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET)
366 # ifndef _WIN32_WINNT
367 # define _WIN32_WINNT VS2012_DEF_TARGET macro
372 # if (_WIN32_WINNT < VS2012_MIN_TARGET) || (WINVER < VS2012_MIN_TARGET)
H A Dcurl_threads.h42 # if !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_VISTA) || \
43 (_WIN32_WINNT < _WIN32_WINNT_VISTA)
H A Deasy_lock.h31 #if defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x600
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()
H A Dversion_win32.c86 const WORD targetVersion = (WORD)_WIN32_WINNT; in curlx_verify_windows_version()
114 #elif !defined(_WIN32_WINNT) || !defined(_WIN32_WINNT_WIN2K) || \ in curlx_verify_windows_version()
115 (_WIN32_WINNT < _WIN32_WINNT_WIN2K) in curlx_verify_windows_version()
/third_party/ffmpeg/libavcodec/
H A Ddxva2.h32 #if !defined(_WIN32_WINNT) || _WIN32_WINNT < 0x0602
33 #undef _WIN32_WINNT macro
34 #define _WIN32_WINNT 0x0602 macro
H A Dd3d11va.h33 #if !defined(_WIN32_WINNT) || _WIN32_WINNT < 0x0602
34 #undef _WIN32_WINNT macro
35 #define _WIN32_WINNT 0x0602 macro
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DStdAfx.h13 #ifndef _WIN32_WINNT
14 // #define _WIN32_WINNT 0x0400
15 #define _WIN32_WINNT 0x0500 macro
16 // #define _WIN32_WINNT 0x0600
17 // #define _WIN32_WINNT 0x0A00
20 #define WINVER _WIN32_WINNT
31 WINVER and _WIN32_WINNT
35 <windows.h> doesn't set _WIN32_WINNT
43 <windows.h> sets _WIN32_WINNT if it's not set.
46 #if !defined(_WIN32_WINNT)
[all...]
/third_party/skia/third_party/externals/microhttpd/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 */
/third_party/skia/third_party/externals/microhttpd/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
/third_party/node/deps/openssl/openssl/crypto/
H A Dcryptlib.c29 # if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333
194 # if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333 in OPENSSL_showfatal()
H A Dthreads_win.c12 # if defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x600
/third_party/openssl/crypto/
H A Dcryptlib.c29 # if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333
194 # if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333 in OPENSSL_showfatal()
/third_party/skia/src/utils/win/
H A DSkDWriteNTDDI_VERSION.h18 // This also requires resetting _WIN32_WINNT and WINVER.
23 # if defined(_WIN32_WINNT)
24 # undef _WIN32_WINNT macro
/third_party/node/deps/openssl/openssl/crypto/async/arch/
H A Dasync_win.h30 # if defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x600
H A Dasync_win.c37 # if defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x600 in async_fibre_init_dispatcher()
/third_party/openssl/crypto/async/arch/
H A Dasync_win.c37 # if defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x600 in async_fibre_init_dispatcher()
H A Dasync_win.h30 # if defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x600
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb.hh365 # if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0600
366 # undef _WIN32_WINNT macro
368 # ifndef _WIN32_WINNT
370 # define _WIN32_WINNT 0x0600 macro
/third_party/openssl/ohos_lite/
H A De_os.h132 # if !defined(_WIN32_WCE) && !defined(_WIN32_WINNT)
134 * Defining _WIN32_WINNT here in e_os.h implies certain "discipline."
136 * routine that was introduced after denoted _WIN32_WINNT with
138 * _WIN32_WINNT in SDK headers. So that if you wish to use them in
139 * some module, you'd need to override _WIN32_WINNT definition in
145 # define _WIN32_WINNT 0x0501 macro
147 # if defined(_WIN32_WINNT) || defined(_WIN32_WCE)
149 * Just like defining _WIN32_WINNT including winsock2.h implies
/third_party/openssl/ohos_lite/crypto/
H A Dcryptlib.c184 # if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333
349 # if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333 in OPENSSL_showfatal()
/third_party/libwebsockets/lib/plat/windows/
H A Dprivate-lib-plat-windows.h33 #undef _WIN32_WINNT macro
35 #define _WIN32_WINNT WINVER macro
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_win.c25 && defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x0600

Completed in 11 milliseconds

123