Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
78db0a0d06
9 changed files with 26 additions and 72 deletions
|
|
@ -73,7 +73,7 @@ IMPLEMENT_ABSTRACT_CLASS (DCanvas)
|
|||
IMPLEMENT_ABSTRACT_CLASS (DFrameBuffer)
|
||||
EXTERN_CVAR (Bool, swtruecolor)
|
||||
|
||||
#if defined(_DEBUG) && defined(_M_IX86)
|
||||
#if defined(_DEBUG) && defined(_M_IX86) && !defined(__MINGW32__)
|
||||
#define DBGBREAK { __asm int 3 }
|
||||
#else
|
||||
#define DBGBREAK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue