wxHandleFatalExceptions is an optional wx feature.
Fixes issue 3962. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6891 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
7834880925
commit
f08563efd9
|
@ -174,7 +174,7 @@ bool DolphinApp::OnInit()
|
|||
#ifdef _WIN32
|
||||
EXTENDEDTRACEINITIALIZE(".");
|
||||
SetUnhandledExceptionFilter(&MyUnhandledExceptionFilter);
|
||||
#else
|
||||
#elif wxUSE_ON_FATAL_EXCEPTION
|
||||
wxHandleFatalExceptions(true);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue