mirror of
https://github.com/curl/curl.git
synced 2026-05-16 03:26:21 +03:00
curl_off_t is 8 bytes big on windows
This commit is contained in:
parent
34d247bc4e
commit
2911e63bc2
1 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,9 @@
|
|||
#define socklen_t int
|
||||
#endif
|
||||
|
||||
/* The size of a `curl_off_t', as computed by sizeof. */
|
||||
#define SIZEOF_CURL_OFF_T 8
|
||||
|
||||
/* Define if you have the ANSI C header files. */
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue