From a1af6e96e35dfc3adfa2acba01883c14115f1090 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sat, 17 Mar 2012 21:42:30 -0700 Subject: Fix gzopen_w() type and add #include for the type. --- gzlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gzlib.c') 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) /* -- see zlib.h -- */ #ifdef _WIN32 gzFile ZEXPORT gzopen_w(path, mode) - const w_char *path; + const wchar_t *path; const char *mode; { return gz_open(path, -2, mode); -- cgit v1.2.3-55-g6feb