Checked in #define mapping of stat64 to _stat64 to fix Windows build
This commit is contained in:
parent
60cb89486f
commit
3d0fc966a2
@ -25,7 +25,9 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <direct.h> // for _mkdir
|
||||
|
||||
#define mkdir(x,y) _mkdir((x))
|
||||
#define stat64 _stat64
|
||||
|
||||
// set up for windows so acts just like unix access().
|
||||
#define F_OK 4
|
||||
|
Loading…
Reference in New Issue
Block a user