Move CMCDEBUG to OSL_DEBUG_LEVEL 3
This commit is contained in:
parent
1b5f37d262
commit
ae0c770c9f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
|
||||
#define EMULATEORIGINAL 1
|
||||
|
||||
#ifdef CMCDEBUG
|
||||
#if OSL_DEBUG_LEVEL > 2
|
||||
#define HCDBG(foo) do { if (1) foo; } while(0)
|
||||
#else
|
||||
#define HCDBG(foo) do { if (0) foo; } while(0)
|
||||
|
|
Loading…
Reference in a new issue