fix for one of the problems with [#22846] GCC 4.4.1 support in Windows
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user