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:
Greg Ercolano 2011-02-05 17:09:21 +00:00
parent e567a23563
commit b4e27fb943

View File

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