fix for one of the problems with [#22846] GCC 4.4.1 support in Windows

This commit is contained in:
2010-07-15 17:36:00 +00:00
parent 02da5ecfed
commit 5ae1687bd7

View File

@@ -29,6 +29,11 @@
* Some really low-level file thingies.
*/
/* needed for mingw & _stat64i32 */
#ifdef FREE_WINDOWS
# define __MSVCRT_VERSION__ 0x0800
#endif
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>