Revised to compile on MingW

This commit is contained in:
Glenn Randers-Pehrson glennrp@comcast.net
2009-04-29 20:10:10 -05:00
parent e66d9d4c06
commit e4f7385f9a

2
gzio.c
View File

@@ -48,7 +48,7 @@ extern voidp malloc OF((uInt size));
extern void free OF((voidpf ptr));
#endif
#ifdef NO_FSEEKO
#if defined(NO_FSEEKO) || defined(__MINGW32__)
# define FSEEK fseek
# define FTELL ftell
#else