Added DEBUG to macros being undefed.

This commit is contained in:
Patrick 2025-07-11 14:11:14 +02:00
parent d0be5f7739
commit 9e572061da

View File

@ -22,3 +22,7 @@
#if defined(RELATIVE) #if defined(RELATIVE)
#undef RELATIVE #undef RELATIVE
#endif #endif
#if defined(DEBUG)
#undef DEBUG
#endif