diff options
Diffstat (limited to 'protocols/Telegram/tgl/zlib/old/os2/zlib.def')
-rw-r--r-- | protocols/Telegram/tgl/zlib/old/os2/zlib.def | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/protocols/Telegram/tgl/zlib/old/os2/zlib.def b/protocols/Telegram/tgl/zlib/old/os2/zlib.def deleted file mode 100644 index 4c753f1a3b..0000000000 --- a/protocols/Telegram/tgl/zlib/old/os2/zlib.def +++ /dev/null @@ -1,51 +0,0 @@ -; -; Slightly modified version of ../nt/zlib.dnt :-) -; - -LIBRARY Z -DESCRIPTION "Zlib compression library for OS/2" -CODE PRELOAD MOVEABLE DISCARDABLE -DATA PRELOAD MOVEABLE MULTIPLE - -EXPORTS - adler32 - compress - crc32 - deflate - deflateCopy - deflateEnd - deflateInit2_ - deflateInit_ - deflateParams - deflateReset - deflateSetDictionary - gzclose - gzdopen - gzerror - gzflush - gzopen - gzread - gzwrite - inflate - inflateEnd - inflateInit2_ - inflateInit_ - inflateReset - inflateSetDictionary - inflateSync - uncompress - zlibVersion - gzprintf - gzputc - gzgetc - gzseek - gzrewind - gztell - gzeof - gzsetparams - zError - inflateSyncPoint - get_crc_table - compress2 - gzputs - gzgets |