mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 07:20:49 +00:00
Build fix
This commit is contained in:
parent
aa8a1c7de0
commit
57d6d42d66
@ -23,7 +23,8 @@
|
||||
#define stat64 stat
|
||||
#endif
|
||||
|
||||
#if !defined(readdir_r)
|
||||
// Hack
|
||||
#ifdef __SYMBIAN32__
|
||||
static inline int readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result) {
|
||||
struct dirent *readdir_entry;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user