WindowsHeaders: Undef GetObject

This commit is contained in:
Connor McLaughlin 2021-02-21 03:45:27 +10:00
parent 357235404a
commit d97a107b62

View file

@ -37,3 +37,6 @@
#if defined(LoadIcon)
#undef LoadIcon
#endif
#if defined(GetObject)
#undef GetObject
#endif