summaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-08-12 15:54:06 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-08-17 10:26:59 +0200
commitae41dd85ed892186b169f67d5069c21fed6d34a2 (patch)
tree29960a50cd35829d1e890d23c032ffa12081b0a0 /lib/config-win32.h
parent1286b7c09e86bb59d31b2fc056a47d247c43be09 (diff)
downloadcurl-ae41dd85ed892186b169f67d5069c21fed6d34a2.tar.gz
config-win32: define SIZEOF_CURL_OFF_T
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h3
1 files changed, 3 insertions, 0 deletions
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 */
/* ---------------------------------------------------------------- */