gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 08/282: curl.h: remove WIN32 define


From: gnunet
Subject: [gnurl] 08/282: curl.h: remove WIN32 define
Date: Wed, 01 Apr 2020 14:27:53 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 1adebe7886ddf20b0733bf9ccbae4ed4866dcfb6
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Jan 6 23:31:42 2020 +0100

    curl.h: remove WIN32 define
    
    It isn't our job to define this in a public header - and it defines a
    name outside of our naming scope.
---
 include/curl/curl.h | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/include/curl/curl.h b/include/curl/curl.h
index a9754fd64..19acbec15 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -7,7 +7,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2019, Daniel Stenberg, <address@hidden>, et al.
+ * Copyright (C) 1998 - 2020, Daniel Stenberg, <address@hidden>, et al.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms
@@ -37,15 +37,6 @@
 #include "curlver.h"         /* libcurl version defines   */
 #include "system.h"          /* determine things run-time */
 
-/*
- * Define WIN32 when build target is Win32 API
- */
-
-#if (defined(_WIN32) || defined(__WIN32__)) && \
-     !defined(WIN32) && !defined(__SYMBIAN32__)
-#define WIN32
-#endif
-
 #include <stdio.h>
 #include <limits.h>
 

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



reply via email to

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