diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-12-18 14:47:08 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-12-18 14:47:08 -0800 |
commit | 3d85f02a098baeede07c7d8fcc5b147e805f127b (patch) | |
tree | 6d6168d78532c3a62e1b0ee29aaca4002c922a7e /contrib | |
parent | df60b50769ae9441c6ebd853948ee7da559286e0 (diff) | |
download | zlib-3d85f02a098baeede07c7d8fcc5b147e805f127b.tar.gz zlib-3d85f02a098baeede07c7d8fcc5b147e805f127b.tar.bz2 zlib-3d85f02a098baeede07c7d8fcc5b147e805f127b.zip |
Restore gzgetc function for binary compatibility.
Newly compiled applications will use the gzgetc macro.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/vstudio/vc10/zlibvc.def | 1 | ||||
-rw-r--r-- | contrib/vstudio/vc9/zlibvc.def | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/contrib/vstudio/vc10/zlibvc.def b/contrib/vstudio/vc10/zlibvc.def index 5521885..6bc1e60 100644 --- a/contrib/vstudio/vc10/zlibvc.def +++ b/contrib/vstudio/vc10/zlibvc.def | |||
@@ -33,6 +33,7 @@ EXPORTS | |||
33 | zlibVersion @27 | 33 | zlibVersion @27 |
34 | gzprintf @28 | 34 | gzprintf @28 |
35 | gzputc @29 | 35 | gzputc @29 |
36 | gzgetc @30 | ||
36 | gzseek @31 | 37 | gzseek @31 |
37 | gzrewind @32 | 38 | gzrewind @32 |
38 | gztell @33 | 39 | gztell @33 |
diff --git a/contrib/vstudio/vc9/zlibvc.def b/contrib/vstudio/vc9/zlibvc.def index 5521885..6bc1e60 100644 --- a/contrib/vstudio/vc9/zlibvc.def +++ b/contrib/vstudio/vc9/zlibvc.def | |||
@@ -33,6 +33,7 @@ EXPORTS | |||
33 | zlibVersion @27 | 33 | zlibVersion @27 |
34 | gzprintf @28 | 34 | gzprintf @28 |
35 | gzputc @29 | 35 | gzputc @29 |
36 | gzgetc @30 | ||
36 | gzseek @31 | 37 | gzseek @31 |
37 | gzrewind @32 | 38 | gzrewind @32 |
38 | gztell @33 | 39 | gztell @33 |