mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
fix issue when compile windows version
fix issue: '_mkdir' was not declared in this scope
This commit is contained in:
parent
175e1997eb
commit
9d97ed7356
@ -14,6 +14,7 @@
|
||||
|
||||
char *mkdtemp(char *temp);
|
||||
|
||||
#include <direct.h>
|
||||
#define mkdir(A, B) _mkdir(A)
|
||||
#define stat _stat
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user