diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-03-23 23:47:15 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-03-23 23:47:15 -0700 |
commit | 0aac8cf7c4da2572609d177657fb5f947bf38cd2 (patch) | |
tree | df820b58b262033003d260941e6ffc9fe539ad58 /contrib | |
parent | f0546c8e34dbe1bcc636a6ab4529159266efafe6 (diff) | |
download | zlib-0aac8cf7c4da2572609d177657fb5f947bf38cd2.tar.gz zlib-0aac8cf7c4da2572609d177657fb5f947bf38cd2.tar.bz2 zlib-0aac8cf7c4da2572609d177657fb5f947bf38cd2.zip |
Clean up the addition of gzvprintf.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/vstudio/vc10/zlibvc.def | 1 | ||||
-rw-r--r-- | contrib/vstudio/vc11/zlibvc11.def | 1 | ||||
-rw-r--r-- | contrib/vstudio/vc12/zlibvc.def | 1 | ||||
-rw-r--r-- | contrib/vstudio/vc9/zlibvc.def | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/contrib/vstudio/vc10/zlibvc.def b/contrib/vstudio/vc10/zlibvc.def index 34b1466..a382aec 100644 --- a/contrib/vstudio/vc10/zlibvc.def +++ b/contrib/vstudio/vc10/zlibvc.def | |||
@@ -140,3 +140,4 @@ EXPORTS | |||
140 | 140 | ||
141 | ; zlib1 v1.2.8 added: | 141 | ; zlib1 v1.2.8 added: |
142 | inflateGetDictionary @166 | 142 | inflateGetDictionary @166 |
143 | gzvprintf @167 | ||
diff --git a/contrib/vstudio/vc11/zlibvc11.def b/contrib/vstudio/vc11/zlibvc11.def index 08e3dea..49c1aa3 100644 --- a/contrib/vstudio/vc11/zlibvc11.def +++ b/contrib/vstudio/vc11/zlibvc11.def | |||
@@ -140,3 +140,4 @@ EXPORTS | |||
140 | 140 | ||
141 | ; zlib1 v1.2.8 added: | 141 | ; zlib1 v1.2.8 added: |
142 | inflateGetDictionary @166 | 142 | inflateGetDictionary @166 |
143 | gzvprintf @167 | ||
diff --git a/contrib/vstudio/vc12/zlibvc.def b/contrib/vstudio/vc12/zlibvc.def index 08e3dea..49c1aa3 100644 --- a/contrib/vstudio/vc12/zlibvc.def +++ b/contrib/vstudio/vc12/zlibvc.def | |||
@@ -140,3 +140,4 @@ EXPORTS | |||
140 | 140 | ||
141 | ; zlib1 v1.2.8 added: | 141 | ; zlib1 v1.2.8 added: |
142 | inflateGetDictionary @166 | 142 | inflateGetDictionary @166 |
143 | gzvprintf @167 | ||
diff --git a/contrib/vstudio/vc9/zlibvc.def b/contrib/vstudio/vc9/zlibvc.def index 3af7061..9dc6aad 100644 --- a/contrib/vstudio/vc9/zlibvc.def +++ b/contrib/vstudio/vc9/zlibvc.def | |||
@@ -140,3 +140,4 @@ EXPORTS | |||
140 | 140 | ||
141 | ; zlib1 v1.2.8 added: | 141 | ; zlib1 v1.2.8 added: |
142 | inflateGetDictionary @166 | 142 | inflateGetDictionary @166 |
143 | gzvprintf @167 | ||