mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +00:00
system: fix win32 build
This commit is contained in:
parent
a1edbaced4
commit
05eab0b5b0
@ -52,7 +52,7 @@ double GAME_EXPORT Sys_DoubleTime( void )
|
|||||||
qboolean Sys_DebuggerPresent(); // see sys_linux.c
|
qboolean Sys_DebuggerPresent(); // see sys_linux.c
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define DEBUG_BREAK \
|
#define DEBUG_BREAK \
|
||||||
if( Sys_IsDebuggerPresent() ) \
|
if( Sys_DebuggerPresent() ) \
|
||||||
_asm{ int 3 }
|
_asm{ int 3 }
|
||||||
#elif __i386__
|
#elif __i386__
|
||||||
#define DEBUG_BREAK \
|
#define DEBUG_BREAK \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user