mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-21 19:51:27 +00:00
- one more step closer to compile
This commit is contained in:
parent
5a0c84dd2d
commit
67096c8966
1 changed files with 2 additions and 0 deletions
|
@ -1076,7 +1076,9 @@ void CALLBACK ExitFatally (ULONG_PTR dummy)
|
|||
SetUnhandledExceptionFilter (ExitMessedUp);
|
||||
I_ShutdownGraphics ();
|
||||
RestoreConView ();
|
||||
#ifndef _M_ARM64
|
||||
DisplayCrashLog ();
|
||||
#endif
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue