/freebsd/crypto/openssl/Configurations/ |
H A D | 50-win-onecore.conf | 102 "_WIN32_WINNT=0x0A00"), 112 "_WIN32_WINNT=0x0A00"), 122 "_WIN32_WINNT=0x0A00"), 132 "_WIN32_WINNT=0x0A00"),
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | chrono.cpp | 44 # if _WIN32_WINNT >= _WIN32_WINNT_WIN8 71 # if _WIN32_WINNT < _WIN32_WINNT_WIN8 104 # if (_WIN32_WINNT >= _WIN32_WINNT_WIN8 && WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)) || … in __libcpp_system_clock_now() 105 (_WIN32_WINNT >= _WIN32_WINNT_WIN10) in __libcpp_system_clock_now()
|
/freebsd/crypto/openssl/crypto/ |
H A D | cryptlib.c | 29 # if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333 194 # if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333 in OPENSSL_showfatal()
|
H A D | threads_win.c | 12 # if defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x600
|
/freebsd/crypto/openssl/crypto/async/arch/ |
H A D | async_win.h | 30 # if defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x600
|
H A D | async_win.c | 37 # if defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x600 in async_fibre_init_dispatcher()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_util.c | 45 #if defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_WINNT_VISTA 251 #if defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_WINNT_VISTA in __archive_mktempx() 329 #if defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_WINNT_VISTA in __archive_mktempx() 346 # if _WIN32_WINNT >= 0x0602 /* _WIN32_WINNT_WIN8 */ in __archive_mktempx() 352 #if defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_WINNT_VISTA in __archive_mktempx() 381 # if _WIN32_WINNT >= 0x0602 /* _WIN32_WINNT_WIN8 */ in __archive_mktempx() 418 #if defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_WINNT_VISTA in __archive_mktempx()
|
H A D | archive_digest.c | 56 #if defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_WINNT_VISTA 110 #if defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_WINNT_VISTA in win_crypto_Update() 125 #if !(defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_WINNT_VISTA) in win_crypto_Final() 132 #if defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_WINNT_VISTA in win_crypto_Final() 319 #if defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_WINNT_VISTA in __archive_md5init() 706 #if defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_WINNT_VISTA in __archive_sha1init() 970 #if defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_WINNT_VISTA in __archive_sha256init() 1210 #if defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_WINNT_VISTA in __archive_sha384init() 1474 #if defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_WINNT_VISTA in __archive_sha512init()
|
H A D | archive_random.c | 61 #if defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_WINNT_VISTA 88 # if defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_WINNT_VISTA in archive_random()
|
H A D | archive_hmac_private.h | 55 #elif defined(_WIN32) && !defined(__CYGWIN__) && defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_W…
|
H A D | archive_cryptor_private.h | 65 #elif defined(_WIN32) && !defined(__CYGWIN__) && defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_W…
|
H A D | archive_cryptor.c | 60 #elif defined(_WIN32) && !defined(__CYGWIN__) && defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_W… 200 #elif defined(_WIN32) && !defined(__CYGWIN__) && defined(HAVE_BCRYPT_H) && _WIN32_WINNT >= _WIN32_W…
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | threading.h | 34 #ifdef _WIN32_WINNT 35 # undef _WIN32_WINNT 37 #define _WIN32_WINNT 0x0600 macro
|
/freebsd/crypto/openssl/ |
H A D | e_os.h | 86 # if !defined(_WIN32_WCE) && !defined(_WIN32_WINNT) 88 * Defining _WIN32_WINNT here in e_os.h implies certain "discipline." 90 * routine that was introduced after denoted _WIN32_WINNT with 92 * _WIN32_WINNT in SDK headers. So that if you wish to use them in 93 * some module, you'd need to override _WIN32_WINNT definition in 99 # define _WIN32_WINNT 0x0501 macro 101 # if defined(_WIN32_WINNT) || defined(_WIN32_WCE) 103 * Just like defining _WIN32_WINNT including winsock2.h implies
|
/freebsd/crypto/openssl/providers/implementations/rands/seeding/ |
H A D | rand_win.c | 25 && defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x0600
|
/freebsd/contrib/less/ |
H A D | ttyin.c | 22 #ifndef _WIN32_WINNT 23 #define _WIN32_WINNT 0x400 macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/ |
H A D | WindowsSupport.h | 25 #undef _WIN32_WINNT 29 #define _WIN32_WINNT 0x0601 macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIASupport.h | 18 #define _WIN32_WINNT _WIN32_WINNT_VISTA macro
|
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/ |
H A D | mutex.h | 34 #if (_WIN32_WINNT < 0x0400)
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | event_iocp.c | 28 #ifndef _WIN32_WINNT 30 #define _WIN32_WINNT 0x0403 macro
|
H A D | evthread_win32.c | 30 #ifndef _WIN32_WINNT 32 #define _WIN32_WINNT 0x0403 macro
|
/freebsd/contrib/libevent/ |
H A D | event_iocp.c | 28 #ifndef _WIN32_WINNT 30 #define _WIN32_WINNT 0x0403 macro
|
H A D | evthread_win32.c | 30 #ifndef _WIN32_WINNT 32 #define _WIN32_WINNT 0x0403 macro
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | mutex.h | 33 # if _WIN32_WINNT >= 0x0600 77 # if _WIN32_WINNT >= 0x0600
|
/freebsd/contrib/libpcap/ |
H A D | sockutils.h | 65 #if ((defined(__MINGW32__)) && (_WIN32_WINNT < 0x0501))
|