summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-06 15:57:43 +0000
committerManolo Gouy <Manolo>2016-04-06 15:57:43 +0000
commit2a36225036f031ec7866f37ceaa34d7d63cb2ad1 (patch)
tree43223f9ea563b792f38671d59bc6ff891d5dc2db /src
parentae0d15f1a3f133a2b2aa403c115b72819f1ac5ae (diff)
Make Fl_Native_File_Chooser_FLTK.cxx platform-independent.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11543 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Native_File_Chooser_FLTK.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Fl_Native_File_Chooser_FLTK.cxx b/src/Fl_Native_File_Chooser_FLTK.cxx
index 5c3727134..d8b59d67f 100644
--- a/src/Fl_Native_File_Chooser_FLTK.cxx
+++ b/src/Fl_Native_File_Chooser_FLTK.cxx
@@ -19,12 +19,7 @@
#include <FL/Fl_Native_File_Chooser.H>
#include <FL/Fl_File_Chooser.H>
#include <FL/Fl_File_Icon.H>
-#define FLTK_CHOOSER_SINGLE Fl_File_Chooser::SINGLE
-#define FLTK_CHOOSER_DIRECTORY Fl_File_Chooser::DIRECTORY
-#define FLTK_CHOOSER_MULTI Fl_File_Chooser::MULTI
-#define FLTK_CHOOSER_CREATE Fl_File_Chooser::CREATE
-
-#include <sys/stat.h>
+#include <FL/Fl_System_Driver.H> // for struct stat
#include <string.h>