hook SetUnhandledExceptionFilter for debug build
This commit is contained in:
parent
f352aedc59
commit
087f41ce11
7 changed files with 39 additions and 5 deletions
|
@ -27,6 +27,7 @@ char* dbg_mes_to_str(int id);
|
|||
|
||||
extern double g_dbg_frame_time;
|
||||
extern DWORD g_dbg_frame_count;
|
||||
extern LPTOP_LEVEL_EXCEPTION_FILTER g_dbg_exception_filter;
|
||||
|
||||
//#define _DEBUG 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue