mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +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) */
|
||||
|
||||
#ifndef _dirent_h_
|
||||
typedef struct {
|
||||
FFOBJID obj; /* Object identifier */
|
||||
DWORD dptr; /* Current read/write offset */
|
||||
|
@ -201,7 +202,7 @@ typedef struct {
|
|||
const TCHAR* pat; /* Pointer to the name matching pattern */
|
||||
#endif
|
||||
} DIR;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
/* File information structure (FILINFO) */
|
||||
|
|
Loading…
Reference in a new issue