Update DebugHelpers.cpp

This commit is contained in:
DavidXanatos 2023-01-27 17:17:26 +01:00
parent 97606eb745
commit ecf78d7de5
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ void InitMiniDumpWriter(const wchar_t* Name, const wchar_t* Path)
// http://blog.kalmbachnet.de/?postid=75
// Register Vectored Exception Handler
AddVectoredExceptionHandler(0, MyCrashHandlerExceptionFilter);
//AddVectoredExceptionHandler(0, MyCrashHandlerExceptionFilter);
}