file: sync stat64 #ifdef with ppsspp

This commit is contained in:
Jan Beich 2015-05-25 17:11:33 +00:00 committed by Unknown W. Brackets
parent 1433440a47
commit 5984a4aa1c

View File

@ -25,7 +25,7 @@
#include "file/file_util.h"
#include "util/text/utf8.h"
#if !defined(__linux__) && !defined(__SYMBIAN32__)
#if !defined(__linux__) && !defined(_WIN32) && !defined(__QNX__)
#define stat64 stat
#endif