diff options
Diffstat (limited to 'win/readdir.h')
-rw-r--r-- | win/readdir.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/readdir.h b/win/readdir.h index d2330844c..82d18d2f5 100644 --- a/win/readdir.h +++ b/win/readdir.h @@ -88,10 +88,10 @@ struct dirent { /* typedef DIR - not the same as Unix */ typedef struct { - long handle; /* _findfirst/_findnext handle */ + long handle; /* _tqfindfirst/_tqfindnext handle */ short offset; /* offset into directory */ short finished; /* 1 if there are not more files */ - struct _finddata_t fileinfo; /* from _findfirst/_findnext */ + struct _tqfinddata_t fileinfo; /* from _tqfindfirst/_tqfindnext */ char *dir; /* the dir we are reading */ struct dirent dent; /* the dirent to return */ } DIR; |