Merge branch 'master' into incoming

This commit is contained in:
Lu Wang 2015-06-30 14:47:37 +08:00
commit ace5b9a178
1 changed files with 1 additions and 0 deletions

View File

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