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:
parent
1286b7c09e
commit
ae41dd85ed
@ -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 */
|
||||
/* ---------------------------------------------------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user