Fix usage of preprocessor macro USE_X11.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11635 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
160ac59070
commit
67ccf3d216
@ -39,7 +39,7 @@
|
||||
#include "drivers/Quartz/Fl_Font.H"
|
||||
#elif defined(WIN32)
|
||||
#include "drivers/GDI/Fl_Font.H"
|
||||
#elif USE_X11
|
||||
#elif defined(USE_X11)
|
||||
#include "drivers/Xlib/Fl_Font.H"
|
||||
#endif
|
||||
#include <FL/fl_utf8.h>
|
||||
|
Loading…
Reference in New Issue
Block a user