Added more defines to winundef.hpp

This commit is contained in:
Patrick 2024-10-25 09:40:37 +02:00
parent 1f493d3b57
commit 6f7d518ca7

View File

@ -14,3 +14,11 @@
#if defined(IGNORE) #if defined(IGNORE)
#undef IGNORE #undef IGNORE
#endif #endif
#if defined(ABSOLUTE)
#undef ABSOLUTE
#endif
#if defined(RELATIVE)
#undef RELATIVE
#endif