]> granicus.if.org Git - curl/commitdiff
system.h: fix MinGW build
authorMarcel Raad <raad@teamviewer.com>
Wed, 14 Jun 2017 19:49:47 +0000 (21:49 +0200)
committerMarcel Raad <raad@teamviewer.com>
Wed, 14 Jun 2017 19:49:47 +0000 (21:49 +0200)
CURLSYS_PULL_WS2TCPIP_H got renamed to CURL_PULL_WS2TCPIP_H in commit
73a2fcea0b4adea6ba342cd7ed1149782c214ae3.

include/curl/system.h

index c43753688e209a0789273ae1a45037a5b836345c..3751d1987f02dfcdc706a74a764605824bbe3371 100644 (file)
 # 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