Reactos

[EVTLIB] Make the header C++ compatible.

+7
+7
sdk/lib/evtlib/evtlib.h
··· 14 14 15 15 #pragma once 16 16 17 + #ifdef __cplusplus 18 + extern "C" { 19 + #endif 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 + #ifdef __cplusplus 299 + } 300 + #endif 294 301 #endif /* __EVTLIB_H__ */