summaryrefslogtreecommitdiff
path: root/DevIL/projects/msvc8/extlibs/zlib.def
diff options
context:
space:
mode:
Diffstat (limited to 'DevIL/projects/msvc8/extlibs/zlib.def')
-rw-r--r--DevIL/projects/msvc8/extlibs/zlib.def45
1 files changed, 0 insertions, 45 deletions
diff --git a/DevIL/projects/msvc8/extlibs/zlib.def b/DevIL/projects/msvc8/extlibs/zlib.def
deleted file mode 100644
index 022aa455..00000000
--- a/DevIL/projects/msvc8/extlibs/zlib.def
+++ /dev/null
@@ -1,45 +0,0 @@
-LIBRARY
-DESCRIPTION "zlib compression library for Windows"
-
-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