Commit 443ab77e authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Avoid ftruncate() static define with MinGW64.

parent 7b7c4587
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -434,7 +434,7 @@ char convert_char(curl_infotype infotype, char this_char)
}
#endif /* CURL_DOES_CONVERSIONS */

#ifdef WIN32
#if defined(WIN32) && !defined(__MINGW64__)

#ifdef __BORLANDC__
/* 64-bit lseek-like function unavailable */