mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 14:45:46 -04:00
WindowsHeaders: Undef GetObject
This commit is contained in:
@ -37,3 +37,6 @@
|
|||||||
#if defined(LoadIcon)
|
#if defined(LoadIcon)
|
||||||
#undef LoadIcon
|
#undef LoadIcon
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(GetObject)
|
||||||
|
#undef GetObject
|
||||||
|
#endif
|
Reference in New Issue
Block a user