Skip to content

Commit 984c118

Browse files
committed
Merge pull request coolwanglu#541 from witwall/witwall-patch-1
fix issue when compile windows version
2 parents 175e199 + 9d97ed7 commit 984c118

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/util/mingw.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
char *mkdtemp(char *temp);
1616

17+
#include <direct.h>
1718
#define mkdir(A, B) _mkdir(A)
1819
#define stat _stat
1920

0 commit comments

Comments
 (0)