This commit is contained in:
parent
c01cd4eedd
commit
dde10d9636
2 changed files with 3 additions and 0 deletions
|
@ -115,6 +115,7 @@ typedef enum
|
|||
void DoAssert(const char * Txt, const char * file, const int line);
|
||||
#define ASSERT(x) if (!(x)) DoAssert(#x,__FILE__,__LINE__);
|
||||
#else
|
||||
#define DbgPollHost() ;
|
||||
#define ASSERT(x) ;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue