diff options
Diffstat (limited to 'contrib/vstudio/vc15_16/zlib16.def')
-rw-r--r-- | contrib/vstudio/vc15_16/zlib16.def | 94 |
1 files changed, 0 insertions, 94 deletions
diff --git a/contrib/vstudio/vc15_16/zlib16.def b/contrib/vstudio/vc15_16/zlib16.def deleted file mode 100644 index fdae3d4..0000000 --- a/contrib/vstudio/vc15_16/zlib16.def +++ /dev/null | |||
@@ -1,94 +0,0 @@ | |||
1 | LIBRARY "zlib" | ||
2 | |||
3 | DESCRIPTION '"""zlib data compression library"""' | ||
4 | |||
5 | EXETYPE WINDOWS | ||
6 | |||
7 | VERSION 1.21 | ||
8 | |||
9 | CODE PRELOAD MOVEABLE DISCARDABLE | ||
10 | DATA PRELOAD MOVEABLE SINGLE | ||
11 | |||
12 | |||
13 | HEAPSIZE 32768,8192 | ||
14 | |||
15 | EXPORTS | ||
16 | adler32 @1 | ||
17 | compress @2 | ||
18 | crc32 @3 | ||
19 | deflate @4 | ||
20 | deflateCopy @5 | ||
21 | deflateEnd @6 | ||
22 | deflateInit2_ @7 | ||
23 | deflateInit_ @8 | ||
24 | deflateParams @9 | ||
25 | deflateReset @10 | ||
26 | deflateSetDictionary @11 | ||
27 | gzclose @12 | ||
28 | gzdopen @13 | ||
29 | gzerror @14 | ||
30 | gzflush @15 | ||
31 | gzopen @16 | ||
32 | gzread @17 | ||
33 | gzwrite @18 | ||
34 | inflate @19 | ||
35 | inflateEnd @20 | ||
36 | inflateInit2_ @21 | ||
37 | inflateInit_ @22 | ||
38 | inflateReset @23 | ||
39 | inflateSetDictionary @24 | ||
40 | inflateSync @25 | ||
41 | uncompress @26 | ||
42 | zlibVersion @27 | ||
43 | _gzprintf @28 | ||
44 | gzputc @29 | ||
45 | gzgetc @30 | ||
46 | gzseek @31 | ||
47 | gzrewind @32 | ||
48 | gztell @33 | ||
49 | gzeof @34 | ||
50 | gzsetparams @35 | ||
51 | zError @36 | ||
52 | inflateSyncPoint @37 | ||
53 | get_crc_table @38 | ||
54 | compress2 @39 | ||
55 | gzputs @40 | ||
56 | gzgets @41 | ||
57 | inflateCopy @42 | ||
58 | inflateBackInit_ @43 | ||
59 | inflateBack @44 | ||
60 | inflateBackEnd @45 | ||
61 | compressBound @46 | ||
62 | |||
63 | unzOpen @61 | ||
64 | unzClose @62 | ||
65 | unzGetGlobalInfo @63 | ||
66 | unzGetCurrentFileInfo @64 | ||
67 | unzGoToFirstFile @65 | ||
68 | unzGoToNextFile @66 | ||
69 | unzOpenCurrentFile @67 | ||
70 | unzReadCurrentFile @68 | ||
71 | unzOpenCurrentFile3 @69 | ||
72 | unztell @70 | ||
73 | unzeof @71 | ||
74 | unzCloseCurrentFile @72 | ||
75 | unzGetGlobalComment @73 | ||
76 | unzStringFileNameCompare @74 | ||
77 | unzLocateFile @75 | ||
78 | unzGetLocalExtrafield @76 | ||
79 | unzOpen2 @77 | ||
80 | unzOpenCurrentFile2 @78 | ||
81 | unzOpenCurrentFilePassword @79 | ||
82 | |||
83 | zipOpen @80 | ||
84 | zipOpenNewFileInZip @81 | ||
85 | zipWriteInFileInZip @82 | ||
86 | zipCloseFileInZip @83 | ||
87 | zipClose @84 | ||
88 | zipOpenNewFileInZip2 @86 | ||
89 | zipCloseFileInZipRaw @87 | ||
90 | zipOpen2 @88 | ||
91 | zipOpenNewFileInZip3 @89 | ||
92 | |||
93 | unzGetFilePos @100 | ||
94 | unzGoToFilePos @101 | ||