From 8d1f1c56725f762251ca3ae7a09d455293db612c Mon Sep 17 00:00:00 2001 From: DanielSvoboda <28203966+DanielSvoboda@users.noreply.github.com> Date: Tue, 24 Feb 2026 19:05:25 -0300 Subject: [PATCH] Fix 'max' (#81) --- ps2xRuntime/include/ps2_log.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ps2xRuntime/include/ps2_log.h b/ps2xRuntime/include/ps2_log.h index 151e46b..e743e66 100644 --- a/ps2xRuntime/include/ps2_log.h +++ b/ps2xRuntime/include/ps2_log.h @@ -5,6 +5,7 @@ #include #include #if defined(_WIN32) +#define NOMINMAX #include #endif