tangled
alpha
login
or
join now
huwcampbell.com
/
reactos
0
fork
atom
Reactos
0
fork
atom
overview
issues
pulls
pipelines
[EVTLIB] Make the header C++ compatible.
Hermès Bélusca-Maïto
8 years ago
32c87503
e9113338
+7
1 changed file
expand all
collapse all
unified
split
sdk
lib
evtlib
evtlib.h
+7
sdk/lib/evtlib/evtlib.h
···
14
14
15
15
#pragma once
16
16
17
17
+
#ifdef __cplusplus
18
18
+
extern "C" {
19
19
+
#endif
20
20
+
17
21
/* PSDK/NDK Headers */
18
22
// #define WIN32_NO_STATUS
19
23
// #include <windef.h>
···
291
295
VOID PRINT_HEADER(PEVENTLOGHEADER Header);
292
296
#endif
293
297
298
298
+
#ifdef __cplusplus
299
299
+
}
300
300
+
#endif
294
301
#endif /* __EVTLIB_H__ */