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"
|
||||
#ifdef __DJGPP__
|
||||
#include <process.h>
|
||||
#elif defined(_WIN32)
|
||||
#include <process.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue