1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 21:43:29 +01:00

Merge pull request #313 from jul2003/master

devkitARM r50-3 buildfix
This commit is contained in:
TuxSH 2018-12-28 19:51:04 +01:00 committed by GitHub
commit dad67de8af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) */