mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 04:01:31 +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);
|
SetUnhandledExceptionFilter (ExitMessedUp);
|
||||||
I_ShutdownGraphics ();
|
I_ShutdownGraphics ();
|
||||||
RestoreConView ();
|
RestoreConView ();
|
||||||
|
#ifndef _M_ARM64
|
||||||
DisplayCrashLog ();
|
DisplayCrashLog ();
|
||||||
|
#endif
|
||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue