config-win32: define SIZEOF_CURL_OFF_T

This commit is contained in:
Daniel Stenberg 2017-08-12 15:54:06 +02:00
parent 1286b7c09e
commit ae41dd85ed
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 3 additions and 0 deletions

View File

@ -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 */
/* ---------------------------------------------------------------- */