From dbe0bed739c26a2c36319794108cb87ad77c5469 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 16 Mar 2012 20:53:09 -0700 Subject: Add gzopen_w() in Windows for wide character path names. --- zlib.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zlib.h') diff --git a/zlib.h b/zlib.h index a569b00..361d72f 100644 --- a/zlib.h +++ b/zlib.h @@ -1732,6 +1732,10 @@ ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void)); ZEXTERN int ZEXPORT inflateUndermine OF((z_streamp, int)); ZEXTERN int ZEXPORT inflateResetKeep OF((z_streamp)); ZEXTERN int ZEXPORT deflateResetKeep OF((z_streamp)); +#if defined(_WIN32) && !defined(Z_SOLO) +ZEXTERN gzFile ZEXPORT gzopen_w OF((const w_char *path, + const char *mode)); +#endif #ifdef __cplusplus } -- cgit v1.2.3-55-g6feb