From ca74f0c2b13b47d1979a96101bd5c4951a61dcea Mon Sep 17 00:00:00 2001 From: Veldin Date: Wed, 26 Jun 2024 15:56:51 +0200 Subject: [PATCH] The Windows SDK also contains MIN and Max. Fixing this confict. --- utils/helpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/helpers.cpp b/utils/helpers.cpp index 37c6502..ec9d361 100644 --- a/utils/helpers.cpp +++ b/utils/helpers.cpp @@ -9,7 +9,7 @@ #include #if defined(_WIN32) || defined(_WIN64) - +#define NOMINMAX #include #elif defined(__linux__) && !defined(__ANDROID__)