Skip to content
Snippets Groups Projects
Commit 94f5e60751be authored by Igor Zlatkovic's avatar Igor Zlatkovic
Browse files

remapped mkdir to _mkdir for MS runtime

parent 18aac0923ebc
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,9 @@
#endif /* _MSC_VER */
#include <direct.h>
#if defined(_MSC_VER)
#define mkdir(p,m) (_mkdir(p))
#endif
#define HAVE_SYS_STAT_H
#define HAVE__STAT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment