srogue: don't try to include unistd.h on Windows.
This commit is contained in:
parent
0b952fe136
commit
e79714e88d
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@
|
||||||
#include "rogue.ext"
|
#include "rogue.ext"
|
||||||
#ifdef __DJGPP__
|
#ifdef __DJGPP__
|
||||||
#include <process.h>
|
#include <process.h>
|
||||||
|
#elif defined(_WIN32)
|
||||||
|
#include <process.h>
|
||||||
#else
|
#else
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue