build: remove WIN32_LEAN_AND_MEAN from individual build systems

It's defined for all build systems in curl_setup.h since commit
beb08481d0. This caused macro
redefinition warnings in the configure builds.

Closes https://github.com/curl/curl/pull/1677
This commit is contained in:
Marcel Raad 2017-07-11 16:51:48 +02:00
parent 274983b774
commit ef5cac3d8c
No known key found for this signature in database
GPG key ID: 33C416EFAE4D6F02
2 changed files with 0 additions and 5 deletions

View file

@ -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