notepad-plus-plus/PowerEditor/gcc/include/eh.h

8 lines
133 B
C

#ifndef EH_H
typedef void (*exFunc)(unsigned int, EXCEPTION_POINTERS *);
void _set_se_translator(exFunc) {};
#endif //EH_H