mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
unix has no io.h.
move its include to a _WIN32 block. svn path=/trunk/; revision=47948
This commit is contained in:
parent
007f159c23
commit
23caea8334
1 changed files with 4 additions and 2 deletions
6
reactos/lib/3rdparty/zlib/gzguts.h
vendored
6
reactos/lib/3rdparty/zlib/gzguts.h
vendored
|
@ -25,15 +25,17 @@
|
|||
# include <stdlib.h>
|
||||
# include <limits.h>
|
||||
#endif
|
||||
#include <io.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifdef NO_DEFLATE /* for compatibility with old definition */
|
||||
# define NO_GZCOMPRESS
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifdef _WIN32
|
||||
# include <io.h>
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# define vsnprintf _vsnprintf
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue