gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 43/256: config-win32: define SIZEOF_LONG


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 43/256: config-win32: define SIZEOF_LONG
Date: Fri, 06 Oct 2017 19:42:14 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit ebf46317ee6f9174748fd587c9137270f35704e7
Author: Viktor Szakats <address@hidden>
AuthorDate: Mon Aug 21 22:14:33 2017 +0000

    config-win32: define SIZEOF_LONG
    
    Recent changes that replaced CURL_SIZEOF_LONG in the source with
    SIZEOF_LONG broke builds that use the premade configuration files and
    don't have SIZEOF_LONG defined.
    
    Closes https://github.com/curl/curl/pull/1814
---
 lib/config-win32.h   | 3 +++
 lib/config-win32ce.h | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/lib/config-win32.h b/lib/config-win32.h
index 3d7892fec..00191fe4c 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -399,6 +399,9 @@
 /* Define to the size of `short', as computed by sizeof. */
 #define SIZEOF_SHORT 2
 
+/* Define to the size of `long', as computed by sizeof. */
+#define SIZEOF_LONG 4
+
 /* Define to the size of `size_t', as computed by sizeof. */
 #if defined(_WIN64)
 #  define SIZEOF_SIZE_T 8
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h
index eb444c585..28a15f2a1 100644
--- a/lib/config-win32ce.h
+++ b/lib/config-win32ce.h
@@ -346,6 +346,9 @@
 /* The size of `short', as computed by sizeof. */
 #define SIZEOF_SHORT 2
 
+/* Define to the size of `long', as computed by sizeof. */
+#define SIZEOF_LONG 4
+
 /* The size of `size_t', as computed by sizeof. */
 #if defined(_WIN64)
 #  define SIZEOF_SIZE_T 8

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



reply via email to

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