mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 06:02:10 +08:00
engine: rework timer stuff, move to platform. Move debugger present checks to platform
This commit is contained in:
@@ -23,9 +23,6 @@ Sys_Crash
|
||||
Crash handler, called from system
|
||||
================
|
||||
*/
|
||||
#define DEBUG_BREAK
|
||||
/// TODO: implement on windows too
|
||||
|
||||
#if XASH_CRASHHANDLER == CRASHHANDLER_DBGHELP || XASH_CRASHHANDLER == CRASHHANDLER_WIN32
|
||||
#if XASH_CRASHHANDLER == CRASHHANDLER_DBGHELP
|
||||
#pragma comment( lib, "dbghelp" )
|
||||
|
||||
Reference in New Issue
Block a user