diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2012-01-16 08:22:57 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2012-01-16 16:44:40 -0800 |
commit | ce0ca940c2aa8e5a97aebc27229b745f4fd7b1d7 (patch) | |
tree | 86988332350af721f3a8959e258c95fbcfbcfbfb | |
parent | c3799a24809a5b335710a101ef975e90c52743bb (diff) | |
download | zlib-ce0ca940c2aa8e5a97aebc27229b745f4fd7b1d7.tar.gz zlib-ce0ca940c2aa8e5a97aebc27229b745f4fd7b1d7.tar.bz2 zlib-ce0ca940c2aa8e5a97aebc27229b745f4fd7b1d7.zip |
Fix function numbers for gzgetc_ in zlibvc.def files.
-rw-r--r-- | contrib/vstudio/vc10/zlibvc.def | 2 | ||||
-rw-r--r-- | contrib/vstudio/vc9/zlibvc.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/vstudio/vc10/zlibvc.def b/contrib/vstudio/vc10/zlibvc.def index 6bc1e60..571b0a6 100644 --- a/contrib/vstudio/vc10/zlibvc.def +++ b/contrib/vstudio/vc10/zlibvc.def | |||
@@ -131,7 +131,7 @@ EXPORTS | |||
131 | inflateUndermine @160 | 131 | inflateUndermine @160 |
132 | 132 | ||
133 | ; zlib1 v1.2.6 added: | 133 | ; zlib1 v1.2.6 added: |
134 | gzgetc_ @30 | 134 | gzgetc_ @161 |
135 | gzflags @162 | 135 | gzflags @162 |
136 | inflateResetKeep @163 | 136 | inflateResetKeep @163 |
137 | deflateResetKeep @164 | 137 | deflateResetKeep @164 |
diff --git a/contrib/vstudio/vc9/zlibvc.def b/contrib/vstudio/vc9/zlibvc.def index 6bc1e60..571b0a6 100644 --- a/contrib/vstudio/vc9/zlibvc.def +++ b/contrib/vstudio/vc9/zlibvc.def | |||
@@ -131,7 +131,7 @@ EXPORTS | |||
131 | inflateUndermine @160 | 131 | inflateUndermine @160 |
132 | 132 | ||
133 | ; zlib1 v1.2.6 added: | 133 | ; zlib1 v1.2.6 added: |
134 | gzgetc_ @30 | 134 | gzgetc_ @161 |
135 | gzflags @162 | 135 | gzflags @162 |
136 | inflateResetKeep @163 | 136 | inflateResetKeep @163 |
137 | deflateResetKeep @164 | 137 | deflateResetKeep @164 |