mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-12 08:24:38 +02:00
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@460 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
|