1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Avoid ftruncate() static define with MinGW64.

This commit is contained in:
Guenter Knauf 2011-09-08 11:17:16 +02:00
parent 7b7c45879e
commit 443ab77e1f

View File

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