Added undef for VOID.

This commit is contained in:
Patrick 2025-07-17 07:51:19 +02:00
parent 93ef90aeb8
commit 54d9cd327a

View File

@ -26,3 +26,7 @@
#if defined(DEBUG) #if defined(DEBUG)
#undef DEBUG #undef DEBUG
#endif #endif
#if defined(VOID)
#undef VOID
#endif