mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
curl_off_t is 8 bytes big on windows
This commit is contained in:
parent
34d247bc4e
commit
2911e63bc2
@ -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…
Reference in New Issue
Block a user