Skip to content

Commit e00caac

Browse files
fanquakemtrojnar
authored andcommitted
cmake: drop USE_WIN32 define
This was added in #423, but it's only use was then removed in #435.
1 parent dd9b812 commit e00caac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ set(PACKAGE_BUGREPORT "[email protected]")
2727
set(CMAKE_C_STANDARD 11)
2828
set(CMAKE_C_STANDARD_REQUIRED ON)
2929

30-
if(WIN32)
31-
add_definitions(-DUSE_WIN32)
32-
endif()
33-
3430
# load CMake library modules
3531
include(FindOpenSSL)
3632
if(OPENSSL_VERSION VERSION_LESS "1.1.1")

0 commit comments

Comments
 (0)