Skip to content

Commit

Permalink
Avoid ftruncate() static define with MinGW64.
Browse files Browse the repository at this point in the history
  • Loading branch information
gknauf committed Sep 8, 2011
1 parent 7b7c458 commit 443ab77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 443ab77

Please sign in to comment.