mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-25 03:10:31 +00:00
file: sync stat64 #ifdef with ppsspp
This commit is contained in:
parent
1433440a47
commit
5984a4aa1c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user