1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-07 10:20:33 +00:00

fix issue when compile windows version

fix issue: '_mkdir' was not declared in this scope
This commit is contained in:
Steven Lee 2015-06-23 18:30:24 +08:00
parent 175e1997eb
commit 9d97ed7356

View File

@ -14,6 +14,7 @@
char *mkdtemp(char *temp);
#include <direct.h>
#define mkdir(A, B) _mkdir(A)
#define stat _stat