diff options
| author | Louis <35883445+louist103@users.noreply.github.com> | 2023-10-22 11:37:36 -0400 |
|---|---|---|
| committer | Louis <35883445+louist103@users.noreply.github.com> | 2023-10-22 11:37:36 -0400 |
| commit | cc8bd2fd01672446bb2f4613f402f2310f5ce62d (patch) | |
| tree | 2b654661000be9e039055b2f2826ff6b0e1dfc5d /ZAPD/CrashHandler.cpp | |
| parent | 3d8a9c1efe15ad84bfca78a5a08a02489d8ed98c (diff) | |
Fixes for MM
Diffstat (limited to 'ZAPD/CrashHandler.cpp')
| -rw-r--r-- | ZAPD/CrashHandler.cpp | 2 |
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 } |
