Removed use of USE_X11 that was not defined.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8430 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2011-02-15 17:08:09 +00:00
parent 37362e255b
commit 2549a38b82

View File

@ -31,7 +31,7 @@
#include <stdio.h> #include <stdio.h>
#include <FL/Fl_PostScript.H> #include <FL/Fl_PostScript.H>
#include <FL/Fl_Native_File_Chooser.H> #include <FL/Fl_Native_File_Chooser.H>
#if defined(USE_X11) && !USE_XFT #if !defined(WIN32) && !defined(__APPLE__) && !USE_XFT
#include "Fl_Font.H" #include "Fl_Font.H"
#endif #endif