diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2012-03-16 20:53:09 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2012-03-16 20:53:09 -0700 |
commit | dbe0bed739c26a2c36319794108cb87ad77c5469 (patch) | |
tree | d09f1697ce762b88f7a2d1cff1969fb9ecee09d3 /contrib | |
parent | a3881cc745729cde05d921b3750e2d56889b5d26 (diff) | |
download | zlib-dbe0bed739c26a2c36319794108cb87ad77c5469.tar.gz zlib-dbe0bed739c26a2c36319794108cb87ad77c5469.tar.bz2 zlib-dbe0bed739c26a2c36319794108cb87ad77c5469.zip |
Add gzopen_w() in Windows for wide character path names.
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 | ||