Prevent loading of unistd.h on WIN32 platforms.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8376 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
e567a23563
commit
b4e27fb943
@ -30,7 +30,9 @@
|
||||
Fl_Native_File_Chooser widget. */
|
||||
|
||||
#include <FL/Fl_File_Chooser.H>
|
||||
#ifndef WIN32
|
||||
#include <unistd.h> // _POSIX_NAME_MAX
|
||||
#endif /*WIN32*/
|
||||
|
||||
/**
|
||||
This class lets an FLTK application easily and consistently access
|
||||
|
||||
Loading…
Reference in New Issue
Block a user