Fixed include file case for Linux/MinGW cross-compiling (STR #2333)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7317 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
7b64bc866d
commit
916724c345
@ -32,7 +32,7 @@
|
||||
#include <FL/x.H>
|
||||
#include <FL/Fl_Plugin.H>
|
||||
#ifdef WIN32
|
||||
#include <Commdlg.h>
|
||||
#include <commdlg.h>
|
||||
#elif defined(__APPLE__)
|
||||
#else
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user