diff options
author | Birunthan Mohanathas <birunthan@mohanathas.com> | 2012-03-22 18:22:01 +0200 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2012-03-22 22:24:52 -0700 |
commit | 11f4065ea938c503a6c690b66d1503582fdb7a6f (patch) | |
tree | 0bf9650c41e12c825f067df14ba66c5d33ebfb01 /contrib/vstudio | |
parent | a5d803b7efde22b8d26a8d8e3044c13281a3ea9a (diff) | |
download | zlib-11f4065ea938c503a6c690b66d1503582fdb7a6f.tar.gz zlib-11f4065ea938c503a6c690b66d1503582fdb7a6f.tar.bz2 zlib-11f4065ea938c503a6c690b66d1503582fdb7a6f.zip |
Remove gzflags from zlibvc.def in vc9 and vc10.
Diffstat (limited to 'contrib/vstudio')
-rw-r--r-- | contrib/vstudio/vc10/zlibvc.def | 1 | ||||
-rw-r--r-- | contrib/vstudio/vc9/zlibvc.def | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/contrib/vstudio/vc10/zlibvc.def b/contrib/vstudio/vc10/zlibvc.def index f0bf035..18ddf50 100644 --- a/contrib/vstudio/vc10/zlibvc.def +++ b/contrib/vstudio/vc10/zlibvc.def | |||
@@ -132,7 +132,6 @@ EXPORTS | |||
132 | 132 | ||
133 | ; zlib1 v1.2.6 added: | 133 | ; zlib1 v1.2.6 added: |
134 | gzgetc_ @161 | 134 | gzgetc_ @161 |
135 | gzflags @162 | ||
136 | inflateResetKeep @163 | 135 | inflateResetKeep @163 |
137 | deflateResetKeep @164 | 136 | deflateResetKeep @164 |
138 | 137 | ||
diff --git a/contrib/vstudio/vc9/zlibvc.def b/contrib/vstudio/vc9/zlibvc.def index 03a45dc..2df8bb3 100644 --- a/contrib/vstudio/vc9/zlibvc.def +++ b/contrib/vstudio/vc9/zlibvc.def | |||
@@ -132,7 +132,6 @@ EXPORTS | |||
132 | 132 | ||
133 | ; zlib1 v1.2.6 added: | 133 | ; zlib1 v1.2.6 added: |
134 | gzgetc_ @161 | 134 | gzgetc_ @161 |
135 | gzflags @162 | ||
136 | inflateResetKeep @163 | 135 | inflateResetKeep @163 |
137 | deflateResetKeep @164 | 136 | deflateResetKeep @164 |
138 | 137 | ||