mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
unix has no io.h.
move its include to a _WIN32 block. svn path=/trunk/; revision=47948
This commit is contained in:
Vendored
+4
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user