only mingw has this problem..
This commit is contained in:
@@ -15,9 +15,8 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#else
|
||||
#endif // _WIN32
|
||||
|
||||
extern int scandir (const char *dir, struct dirent ***namelist, int (*select) (const struct dirent *), int (*compar) (const struct dirent **, const struct dirent **));
|
||||
extern int alphasort (const struct dirent **a, const struct dirent **b);
|
||||
#endif // _WIN32
|
||||
|
||||
#endif // SCANDIR_H__
|
||||
Reference in New Issue
Block a user