remove ignore_exceptions setting
This commit is contained in:
parent
80b8a996a7
commit
577f473327
3 changed files with 1 additions and 9 deletions
|
@ -46,12 +46,7 @@ BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
|
|||
#endif
|
||||
|
||||
cfg_load();
|
||||
|
||||
if (g_config.ignore_exceptions)
|
||||
{
|
||||
g_dbg_exception_handle =
|
||||
AddVectoredExceptionHandler(1, (PVECTORED_EXCEPTION_HANDLER)dbg_vectored_exception_handler);
|
||||
}
|
||||
g_dbg_exception_handle = AddVectoredExceptionHandler(1, (PVECTORED_EXCEPTION_HANDLER)dbg_vectored_exception_handler);
|
||||
|
||||
char buf[1024];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue