aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/vstudio/vc10/zlibvc.def5
-rw-r--r--contrib/vstudio/vc9/zlibvc.def5
2 files changed, 8 insertions, 2 deletions
diff --git a/contrib/vstudio/vc10/zlibvc.def b/contrib/vstudio/vc10/zlibvc.def
index ad8b4af..0d6dc38 100644
--- a/contrib/vstudio/vc10/zlibvc.def
+++ b/contrib/vstudio/vc10/zlibvc.def
@@ -33,7 +33,6 @@ EXPORTS
33 zlibVersion @27 33 zlibVersion @27
34 gzprintf @28 34 gzprintf @28
35 gzputc @29 35 gzputc @29
36 gzgetc @30
37 gzseek @31 36 gzseek @31
38 gzrewind @32 37 gzrewind @32
39 gztell @33 38 gztell @33
@@ -129,3 +128,7 @@ EXPORTS
129 inflatePrime @158 128 inflatePrime @158
130 inflateReset2 @159 129 inflateReset2 @159
131 inflateUndermine @160 130 inflateUndermine @160
131
132; zlib1 v1.2.6 added:
133 gzgetc_ @30
134 gzflags @162
diff --git a/contrib/vstudio/vc9/zlibvc.def b/contrib/vstudio/vc9/zlibvc.def
index ad8b4af..0d6dc38 100644
--- a/contrib/vstudio/vc9/zlibvc.def
+++ b/contrib/vstudio/vc9/zlibvc.def
@@ -33,7 +33,6 @@ EXPORTS
33 zlibVersion @27 33 zlibVersion @27
34 gzprintf @28 34 gzprintf @28
35 gzputc @29 35 gzputc @29
36 gzgetc @30
37 gzseek @31 36 gzseek @31
38 gzrewind @32 37 gzrewind @32
39 gztell @33 38 gztell @33
@@ -129,3 +128,7 @@ EXPORTS
129 inflatePrime @158 128 inflatePrime @158
130 inflateReset2 @159 129 inflateReset2 @159
131 inflateUndermine @160 130 inflateUndermine @160
131
132; zlib1 v1.2.6 added:
133 gzgetc_ @30
134 gzflags @162