summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/curl/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/curl/system.h b/include/curl/system.h
index c43753688..3751d1987 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