summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-08-12 15:54:06 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-08-16 07:59:32 +0200
commit749afcd94f0a4067150b7fe9cf9786da4778cb5e (patch)
treebc94d134bcc1564d82b5261211ef7a40a7dac9bd
parent6d3778865aea04ef86512fb01519d46406c171f6 (diff)
downloadcurl-749afcd94f0a4067150b7fe9cf9786da4778cb5e.tar.gz
config-win32: define SIZEOF_CURL_OFF_T
-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 */
/* ---------------------------------------------------------------- */