diff --git a/src/api/game/game.cpp b/src/api/game/game.cpp index 83ccde0c..1f0d0b58 100644 --- a/src/api/game/game.cpp +++ b/src/api/game/game.cpp @@ -42,7 +42,6 @@ #ifndef _UNICODE #define _UNICODE #endif -#define NOMINMAX #include "shlobj.h" #include "shlwapi.h" #include "windows.h" diff --git a/src/api/helpers/logging.h b/src/api/helpers/logging.h index 7703ff67..9ca31388 100644 --- a/src/api/helpers/logging.h +++ b/src/api/helpers/logging.h @@ -26,10 +26,6 @@ #define FMT_USE_STD_STRING_VIEW -#ifdef _WIN32 -#define NOMINMAX -#endif - #include #include