More fixes for gzopen_w().

Also need to #include <stddef.h> for zlib.h, and need to workaround
the inability to use wide characters in constructed error messages
with zlib's interface.
This commit is contained in:
Mark Adler
2012-03-18 09:29:44 -07:00
parent a1af6e96e3
commit 8e16df2c3f
4 changed files with 15 additions and 2 deletions

View File

@@ -402,6 +402,10 @@ typedef uLong FAR uLongf;
# endif
#endif
#ifdef _WIN32
# include <stddef.h> /* for wchar_t */
#endif
/* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and
* "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even
* though the former does not conform to the LFS document), but considering