diff options
Diffstat (limited to 'zlib.h')
-rw-r--r-- | zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1733,7 +1733,7 @@ ZEXTERN int ZEXPORT inflateUndermine OF((z_streamp, int)); | |||
1733 | ZEXTERN int ZEXPORT inflateResetKeep OF((z_streamp)); | 1733 | ZEXTERN int ZEXPORT inflateResetKeep OF((z_streamp)); |
1734 | ZEXTERN int ZEXPORT deflateResetKeep OF((z_streamp)); | 1734 | ZEXTERN int ZEXPORT deflateResetKeep OF((z_streamp)); |
1735 | #if defined(_WIN32) && !defined(Z_SOLO) | 1735 | #if defined(_WIN32) && !defined(Z_SOLO) |
1736 | ZEXTERN gzFile ZEXPORT gzopen_w OF((const w_char *path, | 1736 | ZEXTERN gzFile ZEXPORT gzopen_w OF((const wchar_t *path, |
1737 | const char *mode)); | 1737 | const char *mode)); |
1738 | #endif | 1738 | #endif |
1739 | 1739 | ||