Skip to content
Snippets Groups Projects
Commit 0d4ddfa7 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

mingw _has_ a ftruncate() but it doesn't work with 64bit file sizes so we

can just safely pretend we don't have one
parent 56c98998
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,6 @@
/* Define if you have the stricmp function. */
#define HAVE_STRICMP 1
#ifdef MINGW32
/* Define to 1 if you have the `ftruncate' function. */
#define HAVE_FTRUNCATE 1
#endif
/* Define to 1 if you want the built-in manual */
#define USE_MANUAL 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment