Win32: fixed building with newer versions of MinGW GCC.

Macro to indicate that off_t was defined has been changed, so we now
additionally define the new one.
This commit is contained in:
Maxim Dounin 2016-12-24 18:01:14 +03:00
parent a1b30a45e5
commit 20d2781b29
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@
/* GCC MinGW's stdio.h includes sys/types.h */
#define _OFF_T_
#define __have_typedef_off_t
#endif