Fixed DEBUG_IF
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
// }
|
// }
|
||||||
// NOTE: condition statement is not executed at all in release mode.
|
// NOTE: condition statement is not executed at all in release mode.
|
||||||
#ifndef DEBUG_IF
|
#ifndef DEBUG_IF
|
||||||
#ifndef DEBUG
|
#ifdef DEBUG
|
||||||
#define DEBUG_IF(c) if(c)
|
#define DEBUG_IF(c) if(c)
|
||||||
#else
|
#else
|
||||||
#define DEBUG_IF(c) if(false)
|
#define DEBUG_IF(c) if(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user