mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 13:13:24 +02:00
Fixed invalid preprocessor directive
This commit is contained in:
@@ -156,7 +156,7 @@ bool getFileInfo(const char *path, FileInfo *fileInfo) {
|
||||
|
||||
std::string copy(path);
|
||||
|
||||
#ifdef __ANDROID__ && __ANDROID_API__ < 21
|
||||
#if (defined __ANDROID__) && (__ANDROID_API__ < 21)
|
||||
struct stat file_info;
|
||||
int result = stat(copy.c_str(), &file_info);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user