Merge pull request #87627 from RandomShaper/one_more_undef

Undefine yet another macro from Windows headers
This commit is contained in:
Rémi Verschelde 2024-01-29 13:17:45 +01:00
commit 074b4eb770
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

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