summaryrefslogtreecommitdiff
path: root/src/filename_list.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-10-15 14:06:16 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-10-15 14:06:16 +0000
commit45bb73a9bf4692c68294be12a2e25a39ca3a307b (patch)
tree97b86255a274ec6415738788c180d5528f0948d1 /src/filename_list.cxx
parent8b880adac62b6724c36405b173286362c386c227 (diff)
Commited WIN32 patches from Bill Spitzak and Gustavo Hime.
git-svn-id: file:///fltk/svn/fltk/trunk@11 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/filename_list.cxx')
-rw-r--r--src/filename_list.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/filename_list.cxx b/src/filename_list.cxx
index 31fd52eea..5c4008c3b 100644
--- a/src/filename_list.cxx
+++ b/src/filename_list.cxx
@@ -5,9 +5,7 @@
#include <config.h>
#include <FL/filename.H>
-#if !defined(WIN32) || defined(__GNUC__)
extern "C" {
-#endif
int numericsort(const dirent **, const dirent **);
#if HAVE_SCANDIR
#else
@@ -16,9 +14,7 @@ extern "C" {
int (*select)(const dirent *),
int (*compar)(const dirent **, const dirent **));
#endif
-#if !defined(WIN32) || defined(__GNUC__)
}
-#endif
int filename_list(const char *d, dirent ***list) {
#if defined(_AIX) || defined(CRAY)