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

8 lines
133 B
C
Raw Normal View History

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