diff options
| -rw-r--r-- | gzguts.h | 2 | ||||
| -rw-r--r-- | zlib.h | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -39,7 +39,7 @@ | |||
| 39 | # include <io.h> | 39 | # include <io.h> |
| 40 | #endif | 40 | #endif |
| 41 | 41 | ||
| 42 | #if defined(_WIN32) || defined(__CYGWIN__) | 42 | #if defined(_WIN32) |
| 43 | # define WIDECHAR | 43 | # define WIDECHAR |
| 44 | #endif | 44 | #endif |
| 45 | 45 | ||
| @@ -1893,7 +1893,7 @@ ZEXTERN int ZEXPORT inflateValidate OF((z_streamp, int)); | |||
| 1893 | ZEXTERN unsigned long ZEXPORT inflateCodesUsed OF ((z_streamp)); | 1893 | ZEXTERN unsigned long ZEXPORT inflateCodesUsed OF ((z_streamp)); |
| 1894 | ZEXTERN int ZEXPORT inflateResetKeep OF((z_streamp)); | 1894 | ZEXTERN int ZEXPORT inflateResetKeep OF((z_streamp)); |
| 1895 | ZEXTERN int ZEXPORT deflateResetKeep OF((z_streamp)); | 1895 | ZEXTERN int ZEXPORT deflateResetKeep OF((z_streamp)); |
| 1896 | #if (defined(_WIN32) || defined(__CYGWIN__)) && !defined(Z_SOLO) | 1896 | #if defined(_WIN32) && !defined(Z_SOLO) |
| 1897 | ZEXTERN gzFile ZEXPORT gzopen_w OF((const wchar_t *path, | 1897 | ZEXTERN gzFile ZEXPORT gzopen_w OF((const wchar_t *path, |
| 1898 | const char *mode)); | 1898 | const char *mode)); |
| 1899 | #endif | 1899 | #endif |
