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:
Manolo Gouy 2017-05-05 16:27:59 +00:00
parent 5769ac6210
commit 0794cc0ceb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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