diff options
Diffstat (limited to 'gzguts.h')
-rw-r--r-- | gzguts.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -39,6 +39,10 @@ | |||
39 | # include <io.h> | 39 | # include <io.h> |
40 | #endif | 40 | #endif |
41 | 41 | ||
42 | #if defined(_WIN32) || defined(__CYGWIN__) | ||
43 | # define WIDECHAR | ||
44 | #endif | ||
45 | |||
42 | #ifdef WINAPI_FAMILY | 46 | #ifdef WINAPI_FAMILY |
43 | # define open _open | 47 | # define open _open |
44 | # define read _read | 48 | # define read _read |