EXE: Oops
This commit is contained in:
parent
2ba3de4b3a
commit
1b81fce128
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue