diff options
Diffstat (limited to 'gzread.c')
-rw-r--r-- | gzread.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -378,7 +378,11 @@ int ZEXPORT gzread(file, buf, len) | |||
378 | } | 378 | } |
379 | 379 | ||
380 | /* -- see zlib.h -- */ | 380 | /* -- see zlib.h -- */ |
381 | #undef gzgetc | 381 | #ifdef Z_PREFIX_SET |
382 | # undef z_gzgetc | ||
383 | #else | ||
384 | # undef gzgetc | ||
385 | #endif | ||
382 | int ZEXPORT gzgetc(file) | 386 | int ZEXPORT gzgetc(file) |
383 | gzFile file; | 387 | gzFile file; |
384 | { | 388 | { |