[EVTLIB] Make the header C++ compatible.

This commit is contained in:
Hermès Bélusca-Maïto
2018-01-27 16:07:17 +01:00
parent e9113338c6
commit 32c875032b

View File

@@ -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__ */