4748f3fa37
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@284 f5eea248-9336-0410-98b8-ebc06183d4e3
8 lines
133 B
C
8 lines
133 B
C
#ifndef EH_H
|
|
|
|
typedef void (*exFunc)(unsigned int, EXCEPTION_POINTERS *);
|
|
|
|
void _set_se_translator(exFunc) {};
|
|
|
|
#endif //EH_H
|