diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:37 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:37 -0700 |
commit | 4b5a43a219d51066c01ff2ab86af18b967f2d0dd (patch) | |
tree | 4dcaf0cd18751d04cf638a9a6ec521990d4f2e90 /contrib/vstudio/vc70_32/zlibvc.def | |
parent | 086e982175da84b3db958191031380794315f95f (diff) | |
download | zlib-1.2.0.5.tar.gz zlib-1.2.0.5.tar.bz2 zlib-1.2.0.5.zip |
zlib 1.2.0.5v1.2.0.5
Diffstat (limited to '')
-rw-r--r-- | contrib/vstudio/vc7/zlibvc.def (renamed from contrib/vstudio/vc70_32/zlibvc.def) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/vstudio/vc70_32/zlibvc.def b/contrib/vstudio/vc7/zlibvc.def index c2804a8..63b3e6d 100644 --- a/contrib/vstudio/vc70_32/zlibvc.def +++ b/contrib/vstudio/vc7/zlibvc.def | |||
@@ -1,4 +1,3 @@ | |||
1 | LIBRARY "zlib" | ||
2 | 1 | ||
3 | VERSION 1.21 | 2 | VERSION 1.21 |
4 | 3 | ||
@@ -51,6 +50,10 @@ EXPORTS | |||
51 | inflateBack @44 | 50 | inflateBack @44 |
52 | inflateBackEnd @45 | 51 | inflateBackEnd @45 |
53 | compressBound @46 | 52 | compressBound @46 |
53 | deflateBound @47 | ||
54 | gzclearerr @48 | ||
55 | gzungetc @49 | ||
56 | zlibCompileFlags @50 | ||
54 | 57 | ||
55 | unzOpen @61 | 58 | unzOpen @61 |
56 | unzClose @62 | 59 | unzClose @62 |