diff options
-rw-r--r-- | plugins/CrashDumper/src/exhndlr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CrashDumper/src/exhndlr.cpp b/plugins/CrashDumper/src/exhndlr.cpp index 45b87f1a54..441df2056f 100644 --- a/plugins/CrashDumper/src/exhndlr.cpp +++ b/plugins/CrashDumper/src/exhndlr.cpp @@ -13,8 +13,8 @@ tRtlCaptureContext pRtlCaptureContext = (tRtlCaptureContext)GetProcAddress(hKern void SetExceptionHandler(void)
{
- if (pAddVectoredExceptionHandler && !exchndlrv)
- exchndlrv = pAddVectoredExceptionHandler(0, myfilterv);
+// if (pAddVectoredExceptionHandler && !exchndlrv)
+// exchndlrv = pAddVectoredExceptionHandler(0, myfilterv);
exchndlr = SetUnhandledExceptionFilter(myfilter);
}
|