zlib 1.2.0.2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user