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

Merge pull request #541 from witwall/witwall-patch-1

fix issue when compile windows version
This commit is contained in:
Lu Wang 2015-06-23 20:22:22 +08:00
commit 984c118d41

View File

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