1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

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

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.