mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[EVTLIB] Make the header C++ compatible.
This commit is contained in:
parent
e9113338c6
commit
32c875032b
1 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
/* PSDK/NDK Headers */
|
/* PSDK/NDK Headers */
|
||||||
// #define WIN32_NO_STATUS
|
// #define WIN32_NO_STATUS
|
||||||
// #include <windef.h>
|
// #include <windef.h>
|
||||||
|
@ -291,4 +295,7 @@ ElfGetFlags(
|
||||||
VOID PRINT_HEADER(PEVENTLOGHEADER Header);
|
VOID PRINT_HEADER(PEVENTLOGHEADER Header);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
#endif /* __EVTLIB_H__ */
|
#endif /* __EVTLIB_H__ */
|
||||||
|
|
Loading…
Reference in a new issue