mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-30 09:35:40 +00:00
WindowsHeaders: Undef GetObject
This commit is contained in:
parent
357235404a
commit
d97a107b62
|
@ -37,3 +37,6 @@
|
||||||
#if defined(LoadIcon)
|
#if defined(LoadIcon)
|
||||||
#undef LoadIcon
|
#undef LoadIcon
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(GetObject)
|
||||||
|
#undef GetObject
|
||||||
|
#endif
|
Loading…
Reference in a new issue