Commit b55b0258 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

MingW uses gcc. Hence the suffixes for 64-bit are 'LL' and 'ULL'.

parent 55a8098d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -291,8 +291,8 @@
#  define CURL_FMT_OFF_TU         "I64u"
#  define CURL_FORMAT_OFF_T       "%I64d"
#  define CURL_SIZEOF_CURL_OFF_T  8
#  define CURL_SUFFIX_CURL_OFF_T  i64
#  define CURL_SUFFIX_CURL_OFF_TU ui64
#  define CURL_SUFFIX_CURL_OFF_T  LL
#  define CURL_SUFFIX_CURL_OFF_TU ULL

#elif defined(_MSC_VER)
#  if (_MSC_VER >= 900)