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