From f7c12ec21378024894964f14fe45bda175ca27a8 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Fri, 14 Jul 2023 22:43:53 +0800 Subject: [PATCH] ... --- include/pocketpy/common.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/pocketpy/common.h b/include/pocketpy/common.h index ca6cd3ac..87261858 100644 --- a/include/pocketpy/common.h +++ b/include/pocketpy/common.h @@ -25,6 +25,14 @@ #include "config.h" #include "export.h" +#ifdef min +#undef min +#endif + +#ifdef max +#undef max +#endif + /*******************************************************************************/ #if PK_ENABLE_STD_FUNCTION #include