From df146989df4b01ebdac5c587460495b72ad1b3bc Mon Sep 17 00:00:00 2001 From: neru Date: Fri, 19 Jun 2026 14:20:37 -0300 Subject: [PATCH] fix: prevent windows from breaking min and max --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 352cdfb..9b87bdb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,6 +55,8 @@ FetchContent_MakeAvailable(wolfssl) target_compile_definitions(wolfssl PUBLIC -DWOLFSSL_ALT_NAMES -DWOLFSSL_ALPN + -DWOLFSSL_HAVE_MIN + -DWOLFSSL_HAVE_MAX ) # ---------------------