You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef EPM_REGISTER_HANDLER_CUSTOM
|
|
#define EPM_REGISTER_HANDLER_CUSTOM
|
|
#include <epm/epm.h>
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
#endif
|
|
extern DLLAPI int registerHandler(int *, va_list);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif |