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
This commit is contained in:
Manolo Gouy 2016-04-06 15:57:43 +00:00
parent ae0d15f1a3
commit 2a36225036
1 changed files with 1 additions and 6 deletions

View File

@ -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>