mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +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
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* PSDK/NDK Headers */
|
||||
// #define WIN32_NO_STATUS
|
||||
// #include <windef.h>
|
||||
|
@ -291,4 +295,7 @@ ElfGetFlags(
|
|||
VOID PRINT_HEADER(PEVENTLOGHEADER Header);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* __EVTLIB_H__ */
|
||||
|
|
Loading…
Reference in a new issue