projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adef394
)
system.h: fix MinGW build
author
Marcel Raad
<raad@teamviewer.com>
Wed, 14 Jun 2017 19:49:47 +0000
(21:49 +0200)
committer
Marcel 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
patch
|
blob
|
history
diff --git
a/include/curl/system.h
b/include/curl/system.h
index c43753688e209a0789273ae1a45037a5b836345c..3751d1987f02dfcdc706a74a764605824bbe3371 100644
(file)
--- a/
include/curl/system.h
+++ b/
include/curl/system.h
@@
-438,9
+438,9
@@
# define CURL_TYPEOF_CURL_SOCKLEN_T int
#endif
-/* CURL
SYS
_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 CURL
SYS
_PULL_WS2TCPIP_H
+#ifdef CURL_PULL_WS2TCPIP_H
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
# endif