attempted libretro build fix
This commit is contained in:
parent
1315753fb3
commit
0141745abd
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@
|
|||
#define fileno _fileno
|
||||
typedef struct _stat64 file_stat_t;
|
||||
#define fstat _fstat64
|
||||
#elif defined(HAVE_LIBRETRO)
|
||||
typedef struct _stat64 file_stat_t;
|
||||
#else
|
||||
typedef struct stat file_stat_t;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue