Always add large file support for windows
This commit is contained in:
committed by
Mark Adler
parent
a4f7c65374
commit
7142fcfeed
@@ -1,6 +1,4 @@
|
||||
LIBRARY
|
||||
; zlib data compression library
|
||||
|
||||
EXPORTS
|
||||
; basic functions
|
||||
zlibVersion
|
||||
@@ -58,6 +56,13 @@ EXPORTS
|
||||
gzclose_w
|
||||
gzerror
|
||||
gzclearerr
|
||||
; large file functions
|
||||
gzopen64
|
||||
gzseek64
|
||||
gztell64
|
||||
gzoffset64
|
||||
adler32_combine64
|
||||
crc32_combine64
|
||||
; checksum functions
|
||||
adler32
|
||||
crc32
|
||||
|
||||
Reference in New Issue
Block a user