gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 04/208: system.h: fix MinGW build


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 04/208: system.h: fix MinGW build
Date: Wed, 09 Aug 2017 17:33:21 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.55.0
in repository gnurl.

commit 31a67ac1f1f23f9395087f047486d97cddb58ea6
Author: Marcel Raad <address@hidden>
AuthorDate: Wed Jun 14 21:49:47 2017 +0200

    system.h: fix MinGW build
    
    CURLSYS_PULL_WS2TCPIP_H got renamed to CURL_PULL_WS2TCPIP_H in commit
    73a2fcea0b4adea6ba342cd7ed1149782c214ae3.
---
 include/curl/system.h | 4 ++--
 1 file 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]