diff --git a/gzio.c b/gzio.c index df346207f..6d85b1c4a 100644 --- a/gzio.c +++ b/gzio.c @@ -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