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:
Albrecht Schlosser 2010-03-22 11:55:34 +00:00
parent 7b64bc866d
commit 916724c345

View File

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