mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Rename exception filter
This commit is contained in:
parent
3c7ad57650
commit
f00153ccb4
@ -531,7 +531,7 @@ void CCrashHandler::CreateMessageProcess()
|
||||
// Input :
|
||||
// Output :
|
||||
//-----------------------------------------------------------------------------
|
||||
long __stdcall ExceptionFilter(EXCEPTION_POINTERS* pExceptionInfo)
|
||||
long __stdcall BottomLevelExceptionFilter(EXCEPTION_POINTERS* pExceptionInfo)
|
||||
{
|
||||
g_CrashHandler->Start();
|
||||
g_CrashHandler->SetExceptionPointers(pExceptionInfo);
|
||||
@ -593,7 +593,7 @@ CCrashHandler::CCrashHandler()
|
||||
, m_bExceptionHandled(false)
|
||||
, m_bCrashMsgCreated(false)
|
||||
{
|
||||
m_hExceptionHandler = AddVectoredExceptionHandler(TRUE, ExceptionFilter);
|
||||
m_hExceptionHandler = AddVectoredExceptionHandler(TRUE, BottomLevelExceptionFilter);
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user