(main) [_WIN32]: Switch to Unix style function for access and mkdir.

This commit is contained in:
Ron Koenderink 2004-12-08 13:13:06 +00:00
parent afc8667d10
commit 868020297c

View file

@ -42,6 +42,7 @@
#else #else
#include <direct.h> #include <direct.h>
#include <io.h> #include <io.h>
#define mkdir(dir,perm) _mkdir(dir)
#endif #endif
#include <string.h> #include <string.h>