diff options
Diffstat (limited to 'zlib.h')
-rw-r--r-- | zlib.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1732,6 +1732,10 @@ ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void)); | |||
1732 | ZEXTERN int ZEXPORT inflateUndermine OF((z_streamp, int)); | 1732 | 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) | ||
1736 | ZEXTERN gzFile ZEXPORT gzopen_w OF((const w_char *path, | ||
1737 | const char *mode)); | ||
1738 | #endif | ||
1735 | 1739 | ||
1736 | #ifdef __cplusplus | 1740 | #ifdef __cplusplus |
1737 | } | 1741 | } |