[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
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

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