mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
EXCEPTION_EXECUTE_HANDLER -> EXCEPTION_CONTINUE_SEARCH
This commit is contained in:
parent
37a50c92b8
commit
bd2cc9f4b3
@ -129,7 +129,7 @@ long __stdcall ExceptionFilter(EXCEPTION_POINTERS* exceptionInfo)
|
||||
|
||||
// If you are debugging you don't need this.
|
||||
if (IsDebuggerPresent())
|
||||
return EXCEPTION_EXECUTE_HANDLER;
|
||||
return EXCEPTION_CONTINUE_SEARCH;
|
||||
|
||||
// Goodluck on you if you somehow hit a guard page.
|
||||
if (g_ExceptionToString.find(exceptionInfo->ExceptionRecord->ExceptionCode) == g_ExceptionToString.end())
|
||||
|
Loading…
x
Reference in New Issue
Block a user