diff options
Diffstat (limited to 'contrib/vstudio/vc9/zlibvc.def')
-rw-r--r-- | contrib/vstudio/vc9/zlibvc.def | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/vstudio/vc9/zlibvc.def b/contrib/vstudio/vc9/zlibvc.def index 66cf3fb..54e683d 100644 --- a/contrib/vstudio/vc9/zlibvc.def +++ b/contrib/vstudio/vc9/zlibvc.def | |||
@@ -141,3 +141,13 @@ EXPORTS | |||
141 | ; zlib1 v1.2.8 added: | 141 | ; zlib1 v1.2.8 added: |
142 | inflateGetDictionary @166 | 142 | inflateGetDictionary @166 |
143 | gzvprintf @167 | 143 | gzvprintf @167 |
144 | |||
145 | ; zlib1 v1.2.9 added: | ||
146 | inflateCodesUsed @168 | ||
147 | inflateValidate @169 | ||
148 | uncompress2 @170 | ||
149 | gzfread @171 | ||
150 | gzfwrite @172 | ||
151 | deflateGetDictionary @173 | ||
152 | adler32_z @174 | ||
153 | crc32_z @175 | ||