Restore gzgetc function for binary compatibility.

Newly compiled applications will use the gzgetc macro.
This commit is contained in:
Mark Adler
2011-12-18 14:47:08 -08:00
parent df60b50769
commit 3d85f02a09
7 changed files with 16 additions and 5 deletions

View File

@@ -33,6 +33,7 @@ EXPORTS
zlibVersion @27
gzprintf @28
gzputc @29
gzgetc @30
gzseek @31
gzrewind @32
gztell @33