Skip to content
Snippets Groups Projects
Commit 6c0d85e1 authored by rswindell's avatar rswindell
Browse files

Borland C++ for Linux doesn't include findfirst/next

parent 00146d6f
No related branches found
No related tags found
No related merge requests found
...@@ -288,7 +288,7 @@ time_t DLLCALL fdate(char *filename) ...@@ -288,7 +288,7 @@ time_t DLLCALL fdate(char *filename)
/****************************************************************************/ /****************************************************************************/
long DLLCALL flength(char *filename) long DLLCALL flength(char *filename)
{ {
#if defined(__BORLANDC__) /* stat() doesn't work right */ #if defined(__BORLANDC__) && !defined(__unix__) /* stat() doesn't work right */
long handle; long handle;
struct _finddata_t f; struct _finddata_t f;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment