From ef5cac3d8c6bd2bfd52b75e3f2e8db385565acbd Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Tue, 11 Jul 2017 16:51:48 +0200 Subject: build: remove WIN32_LEAN_AND_MEAN from individual build systems It's defined for all build systems in curl_setup.h since commit beb08481d01a07a8b10938b1078a5e298b1c2912. This caused macro redefinition warnings in the configure builds. Closes https://github.com/curl/curl/pull/1677 --- lib/curl_config.h.cmake | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index 812d96977..c1452b3e7 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -972,9 +972,6 @@ /* Version number of package */ #cmakedefine VERSION ${VERSION} -/* Define to avoid automatic inclusion of winsock.h */ -#cmakedefine WIN32_LEAN_AND_MEAN 1 - /* Define to 1 if OS is AIX. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE -- cgit v1.2.3