mirror of
https://github.com/curl/curl.git
synced 2026-08-19 21:34:43 +03:00
config-win32: define SIZEOF_CURL_OFF_T
This commit is contained in:
parent
1286b7c09e
commit
ae41dd85ed
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue