Undefine yet another macro from Windows headers

(cherry picked from commit bcc96441d6)
This commit is contained in:
Pedro J. Estébanez 2024-01-26 19:43:43 +01:00 committed by Rémi Verschelde
parent 10da4db645
commit 2860ed6064
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@
#undef Error
#undef OK
#undef CONNECT_DEFERRED // override from Windows SDK, clashes with Object enum
#undef MONO_FONT
#endif
// Make room for our constexpr's below by overriding potential system-specific macros.