From 50aa4161fe53748e4ed9fc85e57258adc553d6fe Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 24 Sep 2012 21:44:48 +0000 Subject: fix for catching wrong crashes git-svn-id: http://svn.miranda-ng.org/main/trunk@1645 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CrashDumper/src/exhndlr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') 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); } -- cgit v1.2.3