- Updated internal zlib to version 1.2.7.
SVN r3652 (trunk)
This commit is contained in:
parent
0f8e2441a1
commit
1389bc08ca
25 changed files with 1213 additions and 1988 deletions
|
|
@ -1,6 +1,4 @@
|
|||
LIBRARY
|
||||
; zlib data compression library
|
||||
|
||||
EXPORTS
|
||||
; basic functions
|
||||
zlibVersion
|
||||
|
|
@ -15,6 +13,7 @@ EXPORTS
|
|||
deflateParams
|
||||
deflateTune
|
||||
deflateBound
|
||||
deflatePending
|
||||
deflatePrime
|
||||
deflateSetHeader
|
||||
inflateSetDictionary
|
||||
|
|
@ -57,6 +56,13 @@ EXPORTS
|
|||
gzclose_w
|
||||
gzerror
|
||||
gzclearerr
|
||||
; large file functions
|
||||
gzopen64
|
||||
gzseek64
|
||||
gztell64
|
||||
gzoffset64
|
||||
adler32_combine64
|
||||
crc32_combine64
|
||||
; checksum functions
|
||||
adler32
|
||||
crc32
|
||||
|
|
@ -68,7 +74,11 @@ EXPORTS
|
|||
inflateInit_
|
||||
inflateInit2_
|
||||
inflateBackInit_
|
||||
gzgetc_
|
||||
zError
|
||||
inflateSyncPoint
|
||||
get_crc_table
|
||||
inflateUndermine
|
||||
inflateResetKeep
|
||||
deflateResetKeep
|
||||
gzopen_w
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue