summaryrefslogtreecommitdiff
path: root/ZAPD/CrashHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ZAPD/CrashHandler.cpp')
-rw-r--r--ZAPD/CrashHandler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ZAPD/CrashHandler.cpp b/ZAPD/CrashHandler.cpp
index 7ddec5a..6c05733 100644
--- a/ZAPD/CrashHandler.cpp
+++ b/ZAPD/CrashHandler.cpp
@@ -194,6 +194,7 @@ LONG seh_filter(_EXCEPTION_POINTERS* ex)
void CrashHandler_Init()
{
+ #if 0
#if HAS_POSIX == 1
signal(SIGSEGV, ErrorHandler);
signal(SIGABRT, ErrorHandler);
@@ -203,4 +204,5 @@ void CrashHandler_Init()
HANDLE_WARNING(WarningType::Always,
"tried to set error handler, but this ZAPD build lacks support for one", "");
#endif
+ #endif
}