Add dirent.h header for Unix/mingw compatibility.
This commit is contained in:
parent
8325deaa33
commit
4d28cc880d
|
@ -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 \
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
#include <direct.h>
|
Loading…
Reference in New Issue