diff --git a/src/common/windows_headers.h b/src/common/windows_headers.h index 178a8160e..9d882c640 100644 --- a/src/common/windows_headers.h +++ b/src/common/windows_headers.h @@ -37,3 +37,6 @@ #if defined(LoadIcon) #undef LoadIcon #endif +#if defined(GetObject) +#undef GetObject +#endif \ No newline at end of file