Add unistd.h files for mingw/Unix compatibility.

This commit is contained in:
Dimitrie O. Paun 2003-01-10 01:47:48 +00:00 committed by Alexandre Julliard
parent 438985f3dd
commit 651f32fb50
3 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1 @@
#include <unistd.h>

2
include/msvcrt/unistd.h Normal file
View File

@ -0,0 +1,2 @@
#include <io.h>
#include <process.h>