From e00caac3dbe6f0b302f14d767e6757e5e33531d2 Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 17 Jun 2025 16:58:40 +0100 Subject: [PATCH] cmake: drop USE_WIN32 define This was added in #423, but it's only use was then removed in #435. --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b12433a..49ae4df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,10 +27,6 @@ set(PACKAGE_BUGREPORT "Michal.Trojnara@stunnel.org") set(CMAKE_C_STANDARD 11) set(CMAKE_C_STANDARD_REQUIRED ON) -if(WIN32) - add_definitions(-DUSE_WIN32) -endif() - # load CMake library modules include(FindOpenSSL) if(OPENSSL_VERSION VERSION_LESS "1.1.1")