1
0
Fork 0

EXE: Oops

This commit is contained in:
Nukem 2015-07-13 21:58:43 -04:00
parent 2ba3de4b3a
commit 1b81fce128
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ LONG CALLBACK CrashDumpVectoredHandler(EXCEPTION_POINTERS* ExceptionInfo)
if(ExceptionInfo)
{
// Skip DBG_PRINTEXCEPTION_C
if(ExceptionInfo->ExceptionRecord->ExceptionCode != DBG_PRINTEXCEPTION_C)
if(ExceptionInfo->ExceptionRecord->ExceptionCode == DBG_PRINTEXCEPTION_C)
return EXCEPTION_CONTINUE_SEARCH;
CrashDumpCreate(ExceptionInfo);