defined out scandir on djgpp

This commit is contained in:
Leslee Griffith
1999-05-29 14:55:40 +00:00
parent 066ff53a7e
commit da3469a2fa

View File

@@ -362,7 +362,7 @@ static int _fsDirectory(char * dirname, struct dirent *** nlist)
{
int result=-1;
#if defined(HAVE_POSIX_IO)
#if defined(__BORLANDC__)
#if defined(__BORLANDC__) || defined(__DJGPP__)
/* TODO borland does not scandir() in it's dirent.h what
needs to be done here?? */
#else