#ifndef EPM_REGISTER_HANDLER_CUSTOM #define EPM_REGISTER_HANDLER_CUSTOM #include #ifdef __cplusplus extern "C" { #endif extern DLLAPI int registerHandler(int *, va_list); #ifdef __cplusplus } #endif #endif