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)
#undef RELATIVE
#endif
#if defined(DEBUG)
#undef DEBUG
#endif