mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
Fix the Windows dirent reimplementation structure name
This commit is contained in:
@@ -124,7 +124,7 @@ closedir(DIR *p)
|
||||
* standard "." and ".." entries. Many applications do assume
|
||||
* this anyway, so we simply fake these entries.
|
||||
*/
|
||||
struct direct *
|
||||
struct dirent *
|
||||
readdir(DIR *p)
|
||||
{
|
||||
FINDATA *ffp;
|
||||
|
||||
Reference in New Issue
Block a user