diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/vstudio/vc10/zlibvc.def | 3 | ||||
-rw-r--r-- | contrib/vstudio/vc9/zlibvc.def | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/contrib/vstudio/vc10/zlibvc.def b/contrib/vstudio/vc10/zlibvc.def index d39a1d2..f0bf035 100644 --- a/contrib/vstudio/vc10/zlibvc.def +++ b/contrib/vstudio/vc10/zlibvc.def | |||
@@ -135,3 +135,6 @@ EXPORTS | |||
135 | gzflags @162 | 135 | gzflags @162 |
136 | inflateResetKeep @163 | 136 | inflateResetKeep @163 |
137 | deflateResetKeep @164 | 137 | deflateResetKeep @164 |
138 | |||
139 | ; zlib1 v1.2.7 added: | ||
140 | gzopen_w @165 | ||
diff --git a/contrib/vstudio/vc9/zlibvc.def b/contrib/vstudio/vc9/zlibvc.def index 0c6d774..03a45dc 100644 --- a/contrib/vstudio/vc9/zlibvc.def +++ b/contrib/vstudio/vc9/zlibvc.def | |||
@@ -134,4 +134,7 @@ EXPORTS | |||
134 | gzgetc_ @161 | 134 | gzgetc_ @161 |
135 | gzflags @162 | 135 | gzflags @162 |
136 | inflateResetKeep @163 | 136 | inflateResetKeep @163 |
137 | deflateResetKeep @164 | 137 | deflateResetKeep @164 |
138 | |||
139 | ; zlib1 v1.2.7 added: | ||
140 | gzopen_w @165 | ||