From 60cc8d82d7822684ffd1148c9b7ef79607d739f1 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 30 Jul 2023 12:05:44 +0100 Subject: [PATCH] Fix compiler warnings --- src/api/game/game.cpp | 1 - src/api/helpers/logging.h | 4 ---- 2 files changed, 5 deletions(-) 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