WindowsHeaders: Undef GetObject

This commit is contained in:
Connor McLaughlin 2021-02-21 03:45:27 +10:00
parent 357235404a
commit d97a107b62
1 changed files with 3 additions and 0 deletions

View File

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