ReactOS
0.4.16-dev-1104-ge0ef51b
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
_mingw_unicode.h
Go to the documentation of this file.
1
7
#if !defined(_INC_CRT_UNICODE_MACROS)
8
/* _INC_CRT_UNICODE_MACROS defined based on UNICODE flag */
9
10
#if defined(UNICODE)
11
# define _INC_CRT_UNICODE_MACROS 1
12
# define __MINGW_NAME_AW(func) func##W
13
# define __MINGW_NAME_AW_EXT(func,ext) func##W##ext
14
# define __MINGW_NAME_UAW(func) func##_W
15
# define __MINGW_NAME_UAW_EXT(func,ext) func##_W_##ext
16
# define __MINGW_STRING_AW(str) L##str
/* same as TEXT() from winnt.h */
17
# define __MINGW_PROCNAMEEXT_AW "W"
18
#else
19
# define _INC_CRT_UNICODE_MACROS 2
20
# define __MINGW_NAME_AW(func) func##A
21
# define __MINGW_NAME_AW_EXT(func,ext) func##A##ext
22
# define __MINGW_NAME_UAW(func) func##_A
23
# define __MINGW_NAME_UAW_EXT(func,ext) func##_A_##ext
24
# define __MINGW_STRING_AW(str) str
/* same as TEXT() from winnt.h */
25
# define __MINGW_PROCNAMEEXT_AW "A"
26
#endif
27
28
#define __MINGW_TYPEDEF_AW(type) \
29
typedef __MINGW_NAME_AW(type) type;
30
#define __MINGW_TYPEDEF_UAW(type) \
31
typedef __MINGW_NAME_UAW(type) type;
32
33
#endif
/* !defined(_INC_CRT_UNICODE_MACROS) */
sdk
include
vcruntime
_mingw_unicode.h
Generated on Fri May 9 2025 06:13:21 for ReactOS by
1.9.6