Add dirent.h header for Unix/mingw compatibility.

This commit is contained in:
Dimitrie O. Paun 2003-01-11 20:54:06 +00:00 committed by Alexandre Julliard
parent 8325deaa33
commit 4d28cc880d
2 changed files with 2 additions and 0 deletions

View file

@ -173,6 +173,7 @@ MSVCRT_INCLUDES = \
msvcrt/crtdbg.h \
msvcrt/ctype.h \
msvcrt/direct.h \
msvcrt/dirent.h \
msvcrt/dos.h \
msvcrt/eh.h \
msvcrt/errno.h \

1
include/msvcrt/dirent.h Normal file
View file

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