diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-05-11 18:37:08 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-05-11 18:37:08 +0000 |
| commit | 9c19542bd28b586657a017363c37a630aac93342 (patch) | |
| tree | d89a7a1783372e0652665a23b728c597e6c7df17 /src | |
| parent | eb474956ccdbd0bd049fb3bdcd863480c50d5aaa (diff) | |
Changes for AIX (still have menu problems)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1458 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/filename_list.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/filename_list.cxx b/src/filename_list.cxx index cc87ea44f..12ca53f3e 100644 --- a/src/filename_list.cxx +++ b/src/filename_list.cxx @@ -1,5 +1,5 @@ // -// "$Id: filename_list.cxx,v 1.10.2.10 2001/04/13 19:13:14 easysw Exp $" +// "$Id: filename_list.cxx,v 1.10.2.11 2001/05/11 18:37:08 easysw Exp $" // // Filename list routines for the Fast Light Tool Kit (FLTK). // @@ -46,7 +46,7 @@ int filename_list(const char *d, dirent ***list) { #elif defined(__osf__) // OSF, DU 4.0x return scandir(d, list, 0, (int(*)(dirent **, dirent **))numericsort); -#elif defined(__aix) +#elif defined(_AIX) // AIX is almost standard... return scandir(d, list, 0, (int(*)(void*, void*))numericsort); #elif HAVE_SCANDIR && !defined(__sgi) @@ -62,5 +62,5 @@ int filename_list(const char *d, dirent ***list) { } // -// End of "$Id: filename_list.cxx,v 1.10.2.10 2001/04/13 19:13:14 easysw Exp $". +// End of "$Id: filename_list.cxx,v 1.10.2.11 2001/05/11 18:37:08 easysw Exp $". // |
