From 2911e63bc204a85c854b0bfc0f685926b2201dc2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 23 Feb 2004 11:59:28 +0000 Subject: curl_off_t is 8 bytes big on windows --- lib/config-win32.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3