You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.8 KiB
61 lines
1.8 KiB
14 years ago
|
LIBRARY "zlib"
|
||
|
|
||
|
DESCRIPTION '"""zlib data compression library"""'
|
||
|
|
||
|
EXETYPE NT
|
||
|
|
||
|
SUBSYSTEM WINDOWS
|
||
|
|
||
|
STUB 'WINSTUB.EXE'
|
||
|
|
||
|
VERSION 1.13
|
||
|
|
||
|
CODE EXECUTE READ
|
||
|
|
||
|
DATA READ WRITE
|
||
|
|
||
|
HEAPSIZE 1048576,4096
|
||
|
|
||
|
EXPORTS
|
||
|
adler32 @1
|
||
|
compress @2
|
||
|
crc32 @3
|
||
|
deflate @4
|
||
|
deflateCopy @5
|
||
|
deflateEnd @6
|
||
|
deflateInit2_ @7
|
||
|
deflateInit_ @8
|
||
|
deflateParams @9
|
||
|
deflateReset @10
|
||
|
deflateSetDictionary @11
|
||
|
gzclose @12
|
||
|
gzdopen @13
|
||
|
gzerror @14
|
||
|
gzflush @15
|
||
|
gzopen @16
|
||
|
gzread @17
|
||
|
gzwrite @18
|
||
|
inflate @19
|
||
|
inflateEnd @20
|
||
|
inflateInit2_ @21
|
||
|
inflateInit_ @22
|
||
|
inflateReset @23
|
||
|
inflateSetDictionary @24
|
||
|
inflateSync @25
|
||
|
uncompress @26
|
||
|
zlibVersion @27
|
||
|
gzprintf @28
|
||
|
gzputc @29
|
||
|
gzgetc @30
|
||
|
gzseek @31
|
||
|
gzrewind @32
|
||
|
gztell @33
|
||
|
gzeof @34
|
||
|
gzsetparams @35
|
||
|
zError @36
|
||
|
inflateSyncPoint @37
|
||
|
get_crc_table @38
|
||
|
compress2 @39
|
||
|
gzputs @40
|
||
|
gzgets @41
|