Fix the Windows dirent reimplementation structure name

This commit is contained in:
RichardG867
2021-04-17 20:17:27 -03:00
parent 22cae247a8
commit 867f76d9b4
2 changed files with 4 additions and 4 deletions

View File

@@ -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;