curl_off_t is 8 bytes big on windows

This commit is contained in:
Daniel Stenberg 2004-02-23 11:59:28 +00:00
parent 34d247bc4e
commit 2911e63bc2
1 changed files with 3 additions and 0 deletions

View File

@ -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