mirror of
https://github.com/curl/curl.git
synced 2026-04-28 01:42:12 +03:00
Avoid ftruncate() static define with MinGW64.
This commit is contained in:
parent
7b7c45879e
commit
443ab77e1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue