mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
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:
@@ -33,7 +33,7 @@
|
|||||||
#include "Fl_GDI_Graphics_Driver.H"
|
#include "Fl_GDI_Graphics_Driver.H"
|
||||||
|
|
||||||
#include <FL/math.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) {
|
void Fl_GDI_Graphics_Driver::arc(int x,int y,int w,int h,double a1,double a2) {
|
||||||
if (w <= 0 || h <= 0) return;
|
if (w <= 0 || h <= 0) return;
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
#include <FL/fl_ask.H>
|
#include <FL/fl_ask.H>
|
||||||
#include <FL/math.h>
|
#include <FL/math.h>
|
||||||
#include <FL/fl_draw.H>
|
#include <FL/fl_draw.H>
|
||||||
#include <Commdlg.h>
|
#include <commdlg.h>
|
||||||
|
|
||||||
extern HWND fl_window;
|
extern HWND fl_window;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user