Commit 2911e63b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

curl_off_t is 8 bytes big on windows

parent 34d247bc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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