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 | |
parent | f0546c8e34dbe1bcc636a6ab4529159266efafe6 (diff) | |
download | zlib-0aac8cf7c4da2572609d177657fb5f947bf38cd2.tar.gz zlib-0aac8cf7c4da2572609d177657fb5f947bf38cd2.tar.bz2 zlib-0aac8cf7c4da2572609d177657fb5f947bf38cd2.zip |
Clean up the addition of gzvprintf.
-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 | ||||
-rw-r--r-- | win32/zlib.def | 1 | ||||
-rw-r--r-- | zconf.h | 1 | ||||
-rw-r--r-- | zconf.h.cmakein | 1 | ||||
-rw-r--r-- | zconf.h.in | 1 | ||||
-rw-r--r-- | zlib.h | 5 | ||||
-rw-r--r-- | zlib.map | 3 |
10 files changed, 13 insertions, 3 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 | ||
diff --git a/win32/zlib.def b/win32/zlib.def index f10fa7a..face655 100644 --- a/win32/zlib.def +++ b/win32/zlib.def | |||
@@ -40,6 +40,7 @@ EXPORTS | |||
40 | gzread | 40 | gzread |
41 | gzwrite | 41 | gzwrite |
42 | gzprintf | 42 | gzprintf |
43 | gzvprintf | ||
43 | gzputs | 44 | gzputs |
44 | gzgets | 45 | gzgets |
45 | gzputc | 46 | gzputc |
@@ -78,6 +78,7 @@ | |||
78 | # define gzopen_w z_gzopen_w | 78 | # define gzopen_w z_gzopen_w |
79 | # endif | 79 | # endif |
80 | # define gzprintf z_gzprintf | 80 | # define gzprintf z_gzprintf |
81 | # define gzvprintf z_gzvprintf | ||
81 | # define gzputc z_gzputc | 82 | # define gzputc z_gzputc |
82 | # define gzputs z_gzputs | 83 | # define gzputs z_gzputs |
83 | # define gzread z_gzread | 84 | # define gzread z_gzread |
diff --git a/zconf.h.cmakein b/zconf.h.cmakein index 9254e9a..ae8799e 100644 --- a/zconf.h.cmakein +++ b/zconf.h.cmakein | |||
@@ -80,6 +80,7 @@ | |||
80 | # define gzopen_w z_gzopen_w | 80 | # define gzopen_w z_gzopen_w |
81 | # endif | 81 | # endif |
82 | # define gzprintf z_gzprintf | 82 | # define gzprintf z_gzprintf |
83 | # define gzvprintf z_gzvprintf | ||
83 | # define gzputc z_gzputc | 84 | # define gzputc z_gzputc |
84 | # define gzputs z_gzputs | 85 | # define gzputs z_gzputs |
85 | # define gzread z_gzread | 86 | # define gzread z_gzread |
@@ -78,6 +78,7 @@ | |||
78 | # define gzopen_w z_gzopen_w | 78 | # define gzopen_w z_gzopen_w |
79 | # endif | 79 | # endif |
80 | # define gzprintf z_gzprintf | 80 | # define gzprintf z_gzprintf |
81 | # define gzvprintf z_gzvprintf | ||
81 | # define gzputc z_gzputc | 82 | # define gzputc z_gzputc |
82 | # define gzputs z_gzputs | 83 | # define gzputs z_gzputs |
83 | # define gzread z_gzread | 84 | # define gzread z_gzread |
@@ -1755,8 +1755,9 @@ ZEXTERN gzFile ZEXPORT gzopen_w OF((const wchar_t *path, | |||
1755 | #endif | 1755 | #endif |
1756 | #if defined(STDC) || defined(Z_HAVE_STDARG_H) | 1756 | #if defined(STDC) || defined(Z_HAVE_STDARG_H) |
1757 | # ifndef Z_SOLO | 1757 | # ifndef Z_SOLO |
1758 | ZEXTERN int ZEXPORTVA gzvprintf Z_ARG((gzFile file, const char *format, | 1758 | ZEXTERN int ZEXPORTVA gzvprintf Z_ARG((gzFile file, |
1759 | va_list va)); | 1759 | const char *format, |
1760 | va_list va)); | ||
1760 | # endif | 1761 | # endif |
1761 | #endif | 1762 | #endif |
1762 | 1763 | ||
@@ -79,4 +79,5 @@ ZLIB_1.2.5.2 { | |||
79 | 79 | ||
80 | ZLIB_1.2.7.1 { | 80 | ZLIB_1.2.7.1 { |
81 | inflateGetDictionary; | 81 | inflateGetDictionary; |
82 | } ZLIB_1.2.7; | 82 | gzvprintf; |
83 | } ZLIB_1.2.5.2; | ||