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

1234

/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcommon-defs.h72 _WIN32_WINNT correspondingly to ensure the Windows API headers
75 # ifdef _WIN32_WINNT
76 # if _WIN32_WINNT < 0x0501
77 # undef _WIN32_WINNT macro
78 # define _WIN32_WINNT 0x0501 macro
81 # define _WIN32_WINNT 0x0501 macro
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dcommon-defs.h72 _WIN32_WINNT correspondingly to ensure the Windows API headers
77 # ifdef _WIN32_WINNT
78 # if _WIN32_WINNT < 0x0501
79 # undef _WIN32_WINNT macro
80 # define _WIN32_WINNT 0x0501 macro
83 # define _WIN32_WINNT 0x0501 macro
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASupport.h18 #define _WIN32_WINNT _WIN32_WINNT_VISTA macro
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dw32api.d28 enum uint _WIN32_WINNT = 0xA00;
30 enum uint _WIN32_WINNT = 0x603;
32 enum uint _WIN32_WINNT = 0x602;
34 enum uint _WIN32_WINNT = 0x601;
36 enum uint _WIN32_WINNT = 0x600;
38 enum uint _WIN32_WINNT = 0x502;
40 enum uint _WIN32_WINNT = 0x501;
44 enum uint _WIN32_WINNT = 0x500;
46 enum uint _WIN32_WINNT = 0x501;
79 } else static if (_WIN32_WINNT >
[all...]
H A Derrorrep.d18 static assert (_WIN32_WINNT >= 0x501,
H A Dlmmsg.d16 static assert (_WIN32_WINNT >= 0x501,
H A Dreason.d16 static assert (_WIN32_WINNT >= 0x501,
H A Dmswsock.d19 //static if (_WIN32_WINNT >= 0x500) {
110 static if (_WIN32_WINNT >= 0x501) {
168 static if (_WIN32_WINNT >= 0x600) {
187 static if (_WIN32_WINNT >= 0x501) {
H A Dsecext.d19 static assert (_WIN32_WINNT >= 0x501,
/netbsd-current/crypto/external/bsd/openssl/dist/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
/netbsd-current/external/bsd/elftosb/dist/common/
H A DRandom.cpp12 #ifndef _WIN32_WINNT
13 #define _WIN32_WINNT 0x0400 macro
/netbsd-current/crypto/external/bsd/openssl/dist/Configurations/
H A D50-win-onecore.conf102 "_WIN32_WINNT=0x0A00"),
112 "_WIN32_WINNT=0x0A00"),
122 "_WIN32_WINNT=0x0A00"),
132 "_WIN32_WINNT=0x0A00"),
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dmutex.h36 #if (_WIN32_WINNT < 0x0400)
39 #endif /* _WIN32_WINNT < 0x0400 */
/netbsd-current/external/public-domain/xz/dist/src/common/
H A Dtuklib_cpucores.c16 # ifndef _WIN32_WINNT
17 # define _WIN32_WINNT 0x0500 macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dgettimeofday.c38 # if !(_WIN32_WINNT >= _WIN32_WINNT_WIN8)
97 # if !(_WIN32_WINNT >= _WIN32_WINNT_WIN8)
H A Dstat-w32.c24 But ensure that the redefinition of _WIN32_WINNT does not make us assume
28 # if _WIN32_WINNT >= _WIN32_WINNT_VISTA
33 # if !defined _WIN32_WINNT || (_WIN32_WINNT < _WIN32_WINNT_WIN8)
34 # undef _WIN32_WINNT macro
35 # define _WIN32_WINNT _WIN32_WINNT_WIN8 macro
38 # define WIN32_ASSUME_VISTA (_WIN32_WINNT >= _WIN32_WINNT_VISTA)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dcryptlib.c29 # if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333
194 # if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dgettimeofday.c40 # if !(_WIN32_WINNT >= _WIN32_WINNT_WIN8)
99 # if !(_WIN32_WINNT >= _WIN32_WINNT_WIN8)
H A Dstat-w32.c24 #if !defined _WIN32_WINNT || (_WIN32_WINNT < _WIN32_WINNT_WIN8)
25 # undef _WIN32_WINNT macro
26 # define _WIN32_WINNT _WIN32_WINNT_WIN8 macro
49 #if !(_WIN32_WINNT >= _WIN32_WINNT_VISTA)
152 #if !(_WIN32_WINNT >= _WIN32_WINNT_VISTA)
/netbsd-current/crypto/external/bsd/openssl.old/dist/
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
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_win.c23 && defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x0600
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/
H A Drand_win.c25 && defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x0600
/netbsd-current/external/bsd/less/dist/
H A Dttyin.c24 #ifndef _WIN32_WINNT
25 #define _WIN32_WINNT 0x400 macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dcryptlib.c184 # if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333
349 # if defined(_WIN32_WINNT) && _WIN32_WINNT>=0x0333

Completed in 375 milliseconds

1234