gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 27/256: config-win32: define SIZEOF_CURL_OFF_T


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 27/256: config-win32: define SIZEOF_CURL_OFF_T
Date: Fri, 06 Oct 2017 19:41:58 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit ae41dd85ed892186b169f67d5069c21fed6d34a2
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sat Aug 12 15:54:06 2017 +0200

    config-win32: define SIZEOF_CURL_OFF_T
---
 lib/config-win32.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/config-win32.h b/lib/config-win32.h
index 4cac859cd..3d7892fec 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -406,6 +406,9 @@
 #  define SIZEOF_SIZE_T 4
 #endif
 
+/* Define to the size of `curl_off_t', as computed by sizeof. */
+#define SIZEOF_CURL_OFF_T 8
+
 /* ---------------------------------------------------------------- */
 /*               BSD-style lwIP TCP/IP stack SPECIFIC               */
 /* ---------------------------------------------------------------- */

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



reply via email to

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