zlib 1.2.0.2

This commit is contained in:
Mark Adler
2011-09-09 23:22:10 -07:00
parent 13a294f044
commit 8e34b3a802
58 changed files with 7303 additions and 5374 deletions

View File

@@ -1,5 +1,5 @@
LIBRARY zlib.dll
DESCRIPTION "zlib compression library for Windows"
DESCRIPTION "zlib data compression library"
EXPORTS
adler32 @1
@@ -43,7 +43,10 @@ EXPORTS
compress2 @39
gzputs @40
gzgets @41
; The following functions exist since zlib-1.2.0
; deflateBound @42
; compressBound @43
; etc.
; since zlib-1.2.0:
inflateCopy @42
inflateBackInit_ @43
inflateBack @44
inflateBackEnd @45
compressBound @46
deflateBound @47