diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2012-02-18 14:10:20 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2012-02-18 14:15:17 -0800 |
commit | d81e7213b7c5756e8f82af2f2d9649d49112e8d7 (patch) | |
tree | 4d1bd5d23a5beb3ef529d08c68208568c93577cf /contrib | |
parent | 6838df92460eaceaaadd0f13aaea248a6b7c0a1b (diff) | |
download | zlib-d81e7213b7c5756e8f82af2f2d9649d49112e8d7.tar.gz zlib-d81e7213b7c5756e8f82af2f2d9649d49112e8d7.tar.bz2 zlib-d81e7213b7c5756e8f82af2f2d9649d49112e8d7.zip |
Restore gzgetc_ for backward compatibility with 1.2.6.
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 d6411fd..b4bb8f6 100644 --- a/contrib/vstudio/vc10/zlibvc.def +++ b/contrib/vstudio/vc10/zlibvc.def | |||
@@ -131,5 +131,6 @@ EXPORTS | |||
131 | inflateUndermine @160 | 131 | inflateUndermine @160 |
132 | 132 | ||
133 | ; zlib1 v1.2.6 added: | 133 | ; zlib1 v1.2.6 added: |
134 | gzgetc_ @161 | ||
134 | inflateResetKeep @163 | 135 | inflateResetKeep @163 |
135 | deflateResetKeep @164 | 136 | deflateResetKeep @164 |
diff --git a/contrib/vstudio/vc9/zlibvc.def b/contrib/vstudio/vc9/zlibvc.def index d6411fd..b4bb8f6 100644 --- a/contrib/vstudio/vc9/zlibvc.def +++ b/contrib/vstudio/vc9/zlibvc.def | |||
@@ -131,5 +131,6 @@ EXPORTS | |||
131 | inflateUndermine @160 | 131 | inflateUndermine @160 |
132 | 132 | ||
133 | ; zlib1 v1.2.6 added: | 133 | ; zlib1 v1.2.6 added: |
134 | gzgetc_ @161 | ||
134 | inflateResetKeep @163 | 135 | inflateResetKeep @163 |
135 | deflateResetKeep @164 | 136 | deflateResetKeep @164 |