win: remove broken Unicode variant of opendir

This commit is contained in:
David Hrdlička
2022-05-24 23:10:31 +02:00
parent 91a9df2131
commit 5a2aa70dd5
2 changed files with 4 additions and 41 deletions

View File

@@ -60,11 +60,7 @@ typedef struct {
/* Function prototypes. */
#ifdef UNICODE
extern DIR *opendirw(const wchar_t *);
#else
extern DIR *opendir(const char *);
#endif
extern struct dirent *readdir(DIR *);
extern long telldir(DIR *);
extern void seekdir(DIR *, long);