mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
Revert "Merge pull request #313 from jul2003/master"
This reverts commitdad67de8af
, reversing changes made toaf55d5872c
.
This commit is contained in:
parent
d1abc53d33
commit
d0505d3c11
1 changed files with 1 additions and 2 deletions
|
@ -187,7 +187,6 @@ 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 */
|
||||||
|
@ -202,7 +201,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