diff options
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 |