From 8a3d9611de81a4090c2a91c076ae3f36b4ddf829 Mon Sep 17 00:00:00 2001 From: Qudix <17361645+Qudix@users.noreply.github.com> Date: Mon, 19 Feb 2024 21:02:20 -0600 Subject: [PATCH] It's always MIN/MAX --- src/SKSE/Trampoline.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SKSE/Trampoline.cpp b/src/SKSE/Trampoline.cpp index 851c9955d..f310d3c26 100644 --- a/src/SKSE/Trampoline.cpp +++ b/src/SKSE/Trampoline.cpp @@ -7,6 +7,7 @@ // xbyak brings in #ifdef SKSE_SUPPORT_XBYAK # include +# undef max # undef MEM_COMMIT # undef MEM_FREE # undef MEM_RESERVE