fix debug build
This commit is contained in:
parent
e18e4dbbe3
commit
5082a40a3d
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ static BOOL g_dbg_log_rotate;
|
|||
#ifdef _DEBUG
|
||||
static int g_dbg_crash_count = 0;
|
||||
|
||||
int dbg_exception_handler(EXCEPTION_POINTERS* exception)
|
||||
LONG WINAPI dbg_exception_handler(EXCEPTION_POINTERS* exception)
|
||||
{
|
||||
g_dbg_crash_count++;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue