From: Marcel Raad Date: Wed, 14 Jun 2017 19:49:47 +0000 (+0200) Subject: system.h: fix MinGW build X-Git-Tag: curl-7_55_0~203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31a67ac1f1f23f9395087f047486d97cddb58ea6;p=thirdparty%2Fcurl.git system.h: fix MinGW build CURLSYS_PULL_WS2TCPIP_H got renamed to CURL_PULL_WS2TCPIP_H in commit 73a2fcea0b4adea6ba342cd7ed1149782c214ae3. --- diff --git a/include/curl/system.h b/include/curl/system.h index c43753688e..3751d1987f 100644 --- a/include/curl/system.h +++ b/include/curl/system.h @@ -438,9 +438,9 @@ # define CURL_TYPEOF_CURL_SOCKLEN_T int #endif -/* CURLSYS_PULL_WS2TCPIP_H is defined above when inclusion of header file */ +/* CURL_PULL_WS2TCPIP_H is defined above when inclusion of header file */ /* ws2tcpip.h is required here to properly make type definitions below. */ -#ifdef CURLSYS_PULL_WS2TCPIP_H +#ifdef CURL_PULL_WS2TCPIP_H # ifndef WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN # endif