aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-23 11:59:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-23 11:59:28 +0000
commit2911e63bc204a85c854b0bfc0f685926b2201dc2 (patch)
tree37d0f1702db6efcca74be7e8cb55f6e9fdcd01b1 /lib/config-win32.h
parent34d247bc4e27b00e82a6329ac68b555dfcf2bcbe (diff)
curl_off_t is 8 bytes big on windows
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 b37f55257..63847426d 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -31,6 +31,9 @@
#define socklen_t int
#endif
+/* The size of a `curl_off_t', as computed by sizeof. */
+#define SIZEOF_CURL_OFF_T 8
+
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1