Fix erroneously cased include file names
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12233 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
5769ac6210
commit
0794cc0ceb
@ -33,7 +33,7 @@
|
||||
#include "Fl_GDI_Graphics_Driver.H"
|
||||
|
||||
#include <FL/math.h>
|
||||
#include <FL/x.h>
|
||||
#include <FL/x.H>
|
||||
|
||||
void Fl_GDI_Graphics_Driver::arc(int x,int y,int w,int h,double a1,double a2) {
|
||||
if (w <= 0 || h <= 0) return;
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <FL/fl_ask.H>
|
||||
#include <FL/math.h>
|
||||
#include <FL/fl_draw.H>
|
||||
#include <Commdlg.h>
|
||||
#include <commdlg.h>
|
||||
|
||||
extern HWND fl_window;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user