diff --git a/ZHMModSDK/Include/Common.h b/ZHMModSDK/Include/Common.h index d2295af2..9a635315 100644 --- a/ZHMModSDK/Include/Common.h +++ b/ZHMModSDK/Include/Common.h @@ -9,6 +9,22 @@ #include +#ifdef max +#undef max +#endif + +#ifdef min +#undef min +#endif + +#ifdef MAX +#undef MAX +#endif + +#ifdef MIN +#undef MIN +#endif + #if LOADER_EXPORTS # define ZHMSDK_API __declspec(dllexport) #else