From da3469a2fabaf08a75e38c7ae90346d403447abd Mon Sep 17 00:00:00 2001 From: Leslee Griffith Date: Sat, 29 May 1999 14:55:40 +0000 Subject: [PATCH] defined out scandir on djgpp --- harbour/source/rtl/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/source/rtl/files.c b/harbour/source/rtl/files.c index 0c2b083a97..ed1ce696f3 100644 --- a/harbour/source/rtl/files.c +++ b/harbour/source/rtl/files.c @@ -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