From e39b6fc73d878c193c9a1562eb351902e14d33cb Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Mon, 23 Feb 2026 15:54:45 -0600 Subject: [PATCH] break compatibility with turbo C++ --- common.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common.h b/common.h index d1005000..50b8154d 100644 --- a/common.h +++ b/common.h @@ -1,5 +1,10 @@ #pragma once +#ifdef _WIN32 +#define NOMINMAX +#define WIN32_LEAN_AND_MEAN +#endif + #include #include #include