OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_WIN32_WINNT
(Results
1 - 25
of
118
) sorted by relevancy
1
2
3
4
5
/src/crypto/external/apache2/openssl/dist/include/internal/
e_winsock.h
15
#if !defined(_WIN32_WCE) && !defined(
_WIN32_WINNT
)
17
* Defining
_WIN32_WINNT
here in e_winsock.h implies certain "discipline."
19
* routine that was introduced after denoted
_WIN32_WINNT
with
21
*
_WIN32_WINNT
in SDK headers. So that if you wish to use them in
22
* some module, you'd need to override
_WIN32_WINNT
definition in
28
#define
_WIN32_WINNT
0x0501
30
#if defined(
_WIN32_WINNT
) || defined(_WIN32_WCE)
32
* Just like defining
_WIN32_WINNT
including winsock2.h implies
thread_arch.h
24
#elif defined(OPENSSL_THREADS) && defined(OPENSSL_SYS_WINDOWS) && defined(
_WIN32_WINNT
)
25
#if
_WIN32_WINNT
>= 0x0600
27
#elif
_WIN32_WINNT
>= 0x0501
/src/external/gpl3/gdb/dist/gdbsupport/
common-defs.h
79
_WIN32_WINNT
correspondingly to ensure the Windows API headers
84
# ifdef
_WIN32_WINNT
85
# if
_WIN32_WINNT
< 0x0501
86
# undef
_WIN32_WINNT
87
# define
_WIN32_WINNT
0x0501
90
# define
_WIN32_WINNT
0x0501
/src/external/gpl3/gdb.old/dist/gdbsupport/
common-defs.h
72
_WIN32_WINNT
correspondingly to ensure the Windows API headers
77
# ifdef
_WIN32_WINNT
78
# if
_WIN32_WINNT
< 0x0501
79
# undef
_WIN32_WINNT
80
# define
_WIN32_WINNT
0x0501
83
# define
_WIN32_WINNT
0x0501
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASupport.h
18
#define
_WIN32_WINNT
_WIN32_WINNT_VISTA
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
w32api.d
28
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
>= 0x500)
[
all
...]
errorrep.d
18
static assert (
_WIN32_WINNT
>= 0x501,
lmmsg.d
16
static assert (
_WIN32_WINNT
>= 0x501,
reason.d
16
static assert (
_WIN32_WINNT
>= 0x501,
mswsock.d
19
//static if (
_WIN32_WINNT
>= 0x500) {
110
static if (
_WIN32_WINNT
>= 0x501) {
168
static if (
_WIN32_WINNT
>= 0x600) {
187
static if (
_WIN32_WINNT
>= 0x501) {
/src/external/gpl3/gcc/dist/libgcc/config/i386/
gthr-win32-cond.c
32
#if
_WIN32_WINNT
< 0x0600
33
#undef
_WIN32_WINNT
34
#define
_WIN32_WINNT
0x0600
/src/crypto/external/apache2/openssl/dist/crypto/async/arch/
async_win.h
30
#if defined(
_WIN32_WINNT
) &&
_WIN32_WINNT
>= 0x600
async_win.c
52
#if defined(
_WIN32_WINNT
) &&
_WIN32_WINNT
>= 0x600
/src/crypto/external/bsd/openssl/dist/crypto/async/arch/
async_win.h
30
# if defined(
_WIN32_WINNT
) &&
_WIN32_WINNT
>= 0x600
async_win.c
37
# if defined(
_WIN32_WINNT
) &&
_WIN32_WINNT
>= 0x600
/src/crypto/external/apache2/openssl/dist/Configurations/
50-win-onecore.conf
101
"
_WIN32_WINNT
=0x0A00"),
111
"
_WIN32_WINNT
=0x0A00"),
121
"
_WIN32_WINNT
=0x0A00"),
131
"
_WIN32_WINNT
=0x0A00"),
/src/crypto/external/bsd/openssl/dist/Configurations/
50-win-onecore.conf
102
"
_WIN32_WINNT
=0x0A00"),
112
"
_WIN32_WINNT
=0x0A00"),
122
"
_WIN32_WINNT
=0x0A00"),
132
"
_WIN32_WINNT
=0x0A00"),
/src/external/bsd/elftosb/dist/common/
Random.cpp
12
#ifndef
_WIN32_WINNT
13
#define
_WIN32_WINNT
0x0400
/src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
mutex.h
36
#if (
_WIN32_WINNT
< 0x0400)
39
#endif /*
_WIN32_WINNT
< 0x0400 */
/src/external/gpl3/gdb/dist/gnulib/import/
gettimeofday.c
38
# if !(
_WIN32_WINNT
>= _WIN32_WINNT_WIN8)
97
# if !(
_WIN32_WINNT
>= _WIN32_WINNT_WIN8)
stat-w32.c
24
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
35
# define
_WIN32_WINNT
_WIN32_WINNT_WIN8
38
# define WIN32_ASSUME_VISTA (
_WIN32_WINNT
>= _WIN32_WINNT_VISTA)
/src/external/gpl3/gdb.old/dist/gnulib/import/
gettimeofday.c
38
# if !(
_WIN32_WINNT
>= _WIN32_WINNT_WIN8)
97
# if !(
_WIN32_WINNT
>= _WIN32_WINNT_WIN8)
/src/external/public-domain/xz/dist/src/common/
tuklib_cpucores.c
16
# ifndef
_WIN32_WINNT
17
# define
_WIN32_WINNT
0x0500
/src/crypto/external/apache2/openssl/dist/crypto/
cryptlib.c
29
#if defined(
_WIN32_WINNT
) &&
_WIN32_WINNT
>= 0x0333
192
#if defined(
_WIN32_WINNT
) &&
_WIN32_WINNT
>= 0x0333
/src/crypto/external/bsd/openssl/dist/crypto/
cryptlib.c
29
# if defined(
_WIN32_WINNT
) &&
_WIN32_WINNT
>=0x0333
194
# if defined(
_WIN32_WINNT
) &&
_WIN32_WINNT
>=0x0333
Completed in 36 milliseconds
1
2
3
4
5
Indexes created Sat Feb 28 05:31:39 UTC 2026