mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
devkitARM r50-3 buildfix
This commit is contained in:
parent
36a727ef81
commit
d1abc53d33
1 changed files with 2 additions and 1 deletions
|
@ -187,6 +187,7 @@ typedef struct {
|
||||||
|
|
||||||
/* Directory object structure (DIR) */
|
/* Directory object structure (DIR) */
|
||||||
|
|
||||||
|
#ifndef _dirent_h_
|
||||||
typedef struct {
|
typedef struct {
|
||||||
FFOBJID obj; /* Object identifier */
|
FFOBJID obj; /* Object identifier */
|
||||||
DWORD dptr; /* Current read/write offset */
|
DWORD dptr; /* Current read/write offset */
|
||||||
|
@ -201,7 +202,7 @@ typedef struct {
|
||||||
const TCHAR* pat; /* Pointer to the name matching pattern */
|
const TCHAR* pat; /* Pointer to the name matching pattern */
|
||||||
#endif
|
#endif
|
||||||
} DIR;
|
} DIR;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* File information structure (FILINFO) */
|
/* File information structure (FILINFO) */
|
||||||
|
|
Loading…
Reference in a new issue