Last change
on this file since 1193 was 1096, checked in by s10k, 7 years ago |
Added zlib, quazip, basicxmlsyntaxhighlighter, conditionalsemaphore and linenumberdisplay libraries. zlib and quazip are pre-compiled, but you can compile them yourself, just delete the dll files (or equivalent binary files to your OS)
|
File size:
778 bytes
|
Line | |
---|
1 | ;
|
---|
2 | ; Slightly modified version of ../nt/zlib.dnt :-)
|
---|
3 | ;
|
---|
4 |
|
---|
5 | LIBRARY Z
|
---|
6 | DESCRIPTION "Zlib compression library for OS/2"
|
---|
7 | CODE PRELOAD MOVEABLE DISCARDABLE
|
---|
8 | DATA PRELOAD MOVEABLE MULTIPLE
|
---|
9 |
|
---|
10 | EXPORTS
|
---|
11 | adler32
|
---|
12 | compress
|
---|
13 | crc32
|
---|
14 | deflate
|
---|
15 | deflateCopy
|
---|
16 | deflateEnd
|
---|
17 | deflateInit2_
|
---|
18 | deflateInit_
|
---|
19 | deflateParams
|
---|
20 | deflateReset
|
---|
21 | deflateSetDictionary
|
---|
22 | gzclose
|
---|
23 | gzdopen
|
---|
24 | gzerror
|
---|
25 | gzflush
|
---|
26 | gzopen
|
---|
27 | gzread
|
---|
28 | gzwrite
|
---|
29 | inflate
|
---|
30 | inflateEnd
|
---|
31 | inflateInit2_
|
---|
32 | inflateInit_
|
---|
33 | inflateReset
|
---|
34 | inflateSetDictionary
|
---|
35 | inflateSync
|
---|
36 | uncompress
|
---|
37 | zlibVersion
|
---|
38 | gzprintf
|
---|
39 | gzputc
|
---|
40 | gzgetc
|
---|
41 | gzseek
|
---|
42 | gzrewind
|
---|
43 | gztell
|
---|
44 | gzeof
|
---|
45 | gzsetparams
|
---|
46 | zError
|
---|
47 | inflateSyncPoint
|
---|
48 | get_crc_table
|
---|
49 | compress2
|
---|
50 | gzputs
|
---|
51 | gzgets
|
---|
Note:
See
TracBrowser
for help on using the repository browser.