1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

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