Last change
on this file since 20164 was 6392, checked in by vboxsync, 17 years ago |
export libpng and zlib so Windows and OS/2 builds cleanly.
|
-
Property svn:eol-style
set to
native
|
File size:
921 bytes
|
Line | |
---|
1 | LIBRARY
|
---|
2 | ; zlib data compression library
|
---|
3 |
|
---|
4 | EXPORTS
|
---|
5 | ; basic functions
|
---|
6 | zlibVersion
|
---|
7 | deflate
|
---|
8 | deflateEnd
|
---|
9 | inflate
|
---|
10 | inflateEnd
|
---|
11 | ; advanced functions
|
---|
12 | deflateSetDictionary
|
---|
13 | deflateCopy
|
---|
14 | deflateReset
|
---|
15 | deflateParams
|
---|
16 | deflateBound
|
---|
17 | deflatePrime
|
---|
18 | inflateSetDictionary
|
---|
19 | inflateSync
|
---|
20 | inflateCopy
|
---|
21 | inflateReset
|
---|
22 | inflateBack
|
---|
23 | inflateBackEnd
|
---|
24 | zlibCompileFlags
|
---|
25 | ; utility functions
|
---|
26 | compress
|
---|
27 | compress2
|
---|
28 | compressBound
|
---|
29 | uncompress
|
---|
30 | gzopen
|
---|
31 | gzdopen
|
---|
32 | gzsetparams
|
---|
33 | gzread
|
---|
34 | gzwrite
|
---|
35 | gzprintf
|
---|
36 | gzputs
|
---|
37 | gzgets
|
---|
38 | gzputc
|
---|
39 | gzgetc
|
---|
40 | gzungetc
|
---|
41 | gzflush
|
---|
42 | gzseek
|
---|
43 | gzrewind
|
---|
44 | gztell
|
---|
45 | gzeof
|
---|
46 | gzclose
|
---|
47 | gzerror
|
---|
48 | gzclearerr
|
---|
49 | ; checksum functions
|
---|
50 | adler32
|
---|
51 | crc32
|
---|
52 | ; various hacks, don't look :)
|
---|
53 | deflateInit_
|
---|
54 | deflateInit2_
|
---|
55 | inflateInit_
|
---|
56 | inflateInit2_
|
---|
57 | inflateBackInit_
|
---|
58 | inflateSyncPoint
|
---|
59 | get_crc_table
|
---|
60 | zError
|
---|
Note:
See
TracBrowser
for help on using the repository browser.