]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
config-win32: define SIZEOF_CURL_OFF_T
authorDaniel Stenberg <daniel@haxx.se>
Sat, 12 Aug 2017 13:54:06 +0000 (15:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 17 Aug 2017 08:26:59 +0000 (10:26 +0200)
lib/config-win32.h

index 4cac859cd762f9c81fde51f01c28604159189d04..3d7892fecbaf74b6c009eb4d1cd6395d295551e5 100644 (file)
 #  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               */
 /* ---------------------------------------------------------------- */