aboutsummaryrefslogtreecommitdiff
path: root/win32/zlib.def
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-10-02 11:15:00 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-10-02 11:15:00 -0700
commit00c836e325a07419f5d855e2f275500a37cb27d2 (patch)
tree1b4ef187059c19ee142f6c61952133b50a295136 /win32/zlib.def
parent0956bd23dd070074ec572fd5557a74ff29797b2f (diff)
downloadzlib-00c836e325a07419f5d855e2f275500a37cb27d2.tar.gz
zlib-00c836e325a07419f5d855e2f275500a37cb27d2.tar.bz2
zlib-00c836e325a07419f5d855e2f275500a37cb27d2.zip
Merge vestigial vsnprintf determination from zutil.h to gzguts.h.
This also moves some of the same from zconf.h to gzguts.h. A new function, gzflags(), was created to pass the compilation flags related to vsnprintf usage back to zlibCompileFlags() in zutil.c. In the process, various compiler configuration files were updated to include gzflags(), as well as the new gzgetc_() function added when the gzgetc() macro was introduced in a previous patch.
Diffstat (limited to 'win32/zlib.def')
-rw-r--r--win32/zlib.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/zlib.def b/win32/zlib.def
index eee109f..93ea8bf 100644
--- a/win32/zlib.def
+++ b/win32/zlib.def
@@ -42,7 +42,6 @@ EXPORTS
42 gzputs 42 gzputs
43 gzgets 43 gzgets
44 gzputc 44 gzputc
45 gzgetc
46 gzungetc 45 gzungetc
47 gzflush 46 gzflush
48 gzseek 47 gzseek
@@ -78,3 +77,5 @@ EXPORTS
78 inflateSyncPoint 77 inflateSyncPoint
79 get_crc_table 78 get_crc_table
80 inflateUndermine 79 inflateUndermine
80 gzgetc_
81 gzflags