* eoLogger: replaced _INTERIX by _WIN32 in order to use io.h header
This commit is contained in:
parent
7d9151e2f4
commit
e2c833e23e
1 changed files with 3 additions and 3 deletions
|
|
@ -26,11 +26,11 @@ Authors:
|
|||
|
||||
*/
|
||||
|
||||
#ifdef _INTERIX
|
||||
#ifdef _WIN32
|
||||
#include <io.h>
|
||||
#else // _INTERIX
|
||||
#else // _WIN32
|
||||
#include <unistd.h>
|
||||
#endif // ! _INTERIX
|
||||
#endif // ! _WIN32
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <cstdlib>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue