From 94e91d6169737f55f698510d14940f2854c38b1c Mon Sep 17 00:00:00 2001 From: Alan Wolfe Date: Mon, 23 Mar 2026 20:48:39 -0700 Subject: [PATCH] windows nominmax --- thirteen.h | 1 + 1 file changed, 1 insertion(+) diff --git a/thirteen.h b/thirteen.h index 749253e..916e866 100644 --- a/thirteen.h +++ b/thirteen.h @@ -34,6 +34,7 @@ Chris Cascioli - GetWindowHandle() and warning cleanup // ========== Platform-Specific Includes ========== #ifdef THIRTEEN_PLATFORM_WINDOWS + #define NOMINMAX #define WIN32_LEAN_AND_MEAN #include #include