#ifndef __EVIL_PRIVATE_H__ #define __EVIL_PRIVATE_H__ #ifdef __cplusplus extern "C" { #endif void _evil_error_display(const char *fct, LONG res); #ifdef __cplusplus } #endif #endif /* __EVIL_PRIVATE_H__ */