Add unistd.h files for mingw/Unix compatibility.
This commit is contained in:
parent
438985f3dd
commit
651f32fb50
|
@ -194,8 +194,10 @@ MSVCRT_INCLUDES = \
|
|||
msvcrt/sys/stat.h \
|
||||
msvcrt/sys/timeb.h \
|
||||
msvcrt/sys/types.h \
|
||||
msvcrt/sys/unistd.h \
|
||||
msvcrt/sys/utime.h \
|
||||
msvcrt/time.h \
|
||||
msvcrt/unistd.h \
|
||||
msvcrt/wchar.h \
|
||||
msvcrt/wctype.h
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
#include <unistd.h>
|
|
@ -0,0 +1,2 @@
|
|||
#include <io.h>
|
||||
#include <process.h>
|
Loading…
Reference in New Issue