notepad-plus-plus-legacy/PowerEditor/gcc/include/eh.h
harrybharry 4748f3fa37 Re-enable gcc compiler environment
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@284 f5eea248-9336-0410-98b8-ebc06183d4e3
2008-07-09 18:08:39 +00:00

8 lines
133 B
C

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