ReactOS
0.4.16-dev-1025-gd3456f5
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
bitsfixup.h
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: LGPL, See LGPL.txt in the top level directory
3
* PROJECT: ReactOS CRT library
4
* FILE: lib/sdk/crt/time/bitsfixup.h
5
* PURPOSE: definitions for different time_t versions
6
* PROGRAMERS: Timo Kreuzer
7
*/
8
9
#if defined(_USE_EXPLICIT_32BIT_TIME) || defined(_USE_EXPLICIT_64BIT_TIME)
10
#undef _timeb
11
#undef _ftime
12
#undef _tctime
13
#undef _tctime_s
14
#undef _tutime
15
#else
16
#define _time time
17
#endif
18
19
#undef _ftime_s
20
21
#ifdef _USE_EXPLICIT_32BIT_TIME
22
#define time_t __time32_t
23
#define _timeb __timeb32
24
#define _utimbuf __utimbuf32
25
26
#define difftime _difftime32
27
#define localtime _localtime32
28
#define localtime_s _localtime32_s
29
#define _time _time32
30
31
#define _ftime _ftime32
32
#define _ftime_s _ftime32_s
33
#define _futime _futime32
34
#define _tctime _tctime32
35
#define _tctime_s _tctime32_s
36
#define _tutime _tutime32
37
#define gmtime _gmtime32
38
39
#endif
40
41
#ifdef _USE_EXPLICIT_64BIT_TIME
42
#define time_t __time64_t
43
#define _timeb __timeb64
44
#define _utimbuf __utimbuf64
45
46
#define difftime _difftime64
47
#define localtime _localtime64
48
#define localtime_s _localtime64_s
49
#define _time _time64
50
51
#define _ftime _ftime64
52
#define _ftime_s _ftime64_s
53
#define _futime _futime64
54
#define _tctime _tctime64
55
#define _tctime_s _tctime64_s
56
#define _tutime _tutime64
57
#define gmtime _gmtime64
58
59
#endif
sdk
lib
crt
time
bitsfixup.h
Generated on Wed Apr 23 2025 06:14:14 for ReactOS by
1.9.6