From: Daniel Stenberg Date: Sat, 12 Aug 2017 13:54:06 +0000 (+0200) Subject: config-win32: define SIZEOF_CURL_OFF_T X-Git-Tag: curl-7_56_0~228 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae41dd85ed892186b169f67d5069c21fed6d34a2;p=thirdparty%2Fcurl.git config-win32: define SIZEOF_CURL_OFF_T --- diff --git a/lib/config-win32.h b/lib/config-win32.h index 4cac859cd7..3d7892fecb 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 */ /* ---------------------------------------------------------------- */