Add gzopen_w() in Windows for wide character path names.

This commit is contained in:
Mark Adler
2012-03-16 20:53:09 -07:00
parent a3881cc745
commit dbe0bed739
9 changed files with 55 additions and 19 deletions

View File

@@ -27,7 +27,7 @@
#endif
#include <fcntl.h>
#if defined(__TURBOC__) || defined(_MSC_VER)
#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)
# include <io.h>
#endif