diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2012-05-26 10:37:17 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2012-05-26 23:25:35 -0700 |
commit | dca9e1d6f3ee32f26c1831a0a9b3a6a8aa775509 (patch) | |
tree | ec9bd5d51d8bec3e1cbe9ef6850b5fcf0898aac4 /contrib/vstudio/vc10 | |
parent | eb90f6a56892d7f88df99e52300498d6780cacca (diff) | |
download | zlib-dca9e1d6f3ee32f26c1831a0a9b3a6a8aa775509.tar.gz zlib-dca9e1d6f3ee32f26c1831a0a9b3a6a8aa775509.tar.bz2 zlib-dca9e1d6f3ee32f26c1831a0a9b3a6a8aa775509.zip |
Add inflateGetDictionary() function.
Diffstat (limited to 'contrib/vstudio/vc10')
-rw-r--r-- | contrib/vstudio/vc10/zlibvc.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/vstudio/vc10/zlibvc.def b/contrib/vstudio/vc10/zlibvc.def index feea7cf..34b1466 100644 --- a/contrib/vstudio/vc10/zlibvc.def +++ b/contrib/vstudio/vc10/zlibvc.def | |||
@@ -137,3 +137,6 @@ EXPORTS | |||
137 | 137 | ||
138 | ; zlib1 v1.2.7 added: | 138 | ; zlib1 v1.2.7 added: |
139 | gzopen_w @165 | 139 | gzopen_w @165 |
140 | |||
141 | ; zlib1 v1.2.8 added: | ||
142 | inflateGetDictionary @166 | ||