Changed _stat64 to _stati64

This commit is contained in:
Robert Osfield
2004-10-05 07:08:02 +00:00
parent d6853e0ca2
commit b0d8ca535d

View File

@@ -27,7 +27,7 @@
#include <direct.h> // for _mkdir
#define mkdir(x,y) _mkdir((x))
#define stat64 _stat64
#define stat64 _stati64
// set up for windows so acts just like unix access().
#define F_OK 4