aboutsummaryrefslogtreecommitdiff
path: root/gzlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'gzlib.c')
-rw-r--r--gzlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gzlib.c b/gzlib.c
index e90b6ad..b99c26c 100644
--- a/gzlib.c
+++ b/gzlib.c
@@ -275,7 +275,7 @@ gzFile ZEXPORT gzdopen(fd, mode)
275/* -- see zlib.h -- */ 275/* -- see zlib.h -- */
276#ifdef _WIN32 276#ifdef _WIN32
277gzFile ZEXPORT gzopen_w(path, mode) 277gzFile ZEXPORT gzopen_w(path, mode)
278 const w_char *path; 278 const wchar_t *path;
279 const char *mode; 279 const char *mode;
280{ 280{
281 return gz_open(path, -2, mode); 281 return gz_open(path, -2, mode);