Added DEBUG to macros being undefed.
This commit is contained in:
parent
d0be5f7739
commit
9e572061da
@ -22,3 +22,7 @@
|
||||
#if defined(RELATIVE)
|
||||
#undef RELATIVE
|
||||
#endif
|
||||
|
||||
#if defined(DEBUG)
|
||||
#undef DEBUG
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user