From 078af339526662401d9dcf7c8613aecbf42965ab Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 25 May 2017 15:13:10 +0200 Subject: [PATCH] CMake: No longer define WIN32 --- expat/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index d3bb7b80..3add30db 100755 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -50,7 +50,6 @@ if(MSVC) add_definitions(-D_CRT_SECURE_NO_WARNINGS -wd4996) endif(MSVC) if(WIN32) - add_definitions(-DWIN32) set(CMAKE_DEBUG_POSTFIX "d" CACHE STRING "Add a suffix, usually d on Windows") endif(WIN32)