system: fix win32 build

This commit is contained in:
a1batross 2018-11-29 19:48:16 +03:00
parent a1edbaced4
commit 05eab0b5b0
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ double GAME_EXPORT Sys_DoubleTime( void )
qboolean Sys_DebuggerPresent(); // see sys_linux.c
#ifdef _MSC_VER
#define DEBUG_BREAK \
if( Sys_IsDebuggerPresent() ) \
if( Sys_DebuggerPresent() ) \
_asm{ int 3 }
#elif __i386__
#define DEBUG_BREAK \