From 034a4f3f2a15302b1a1ea3df6033cbffdc7b7418 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 26 Jan 2016 21:31:59 +0000 Subject: Made GDI compilation work again git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11059 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/GDI/Fl_GDI_Graphics_Driver.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/drivers/GDI') diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver.h b/src/drivers/GDI/Fl_GDI_Graphics_Driver.h index c38b23a5c..61dc888f2 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.h +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.h @@ -22,8 +22,8 @@ \brief Definition of MSWindows GDI graphics driver. */ -#ifndef FL_CFG_GFX_GDI_H -#define FL_CFG_GFX_GDI_H +#ifndef FL_GDI_GRAPHICS_DRIVER_H +#define FL_GDI_GRAPHICS_DRIVER_H #include @@ -109,7 +109,7 @@ protected: }; -#endif // FL_CFG_GFX_GDI_H +#endif // FL_GDI_GRAPHICS_DRIVER_H // // End of "$Id$". -- cgit v1.2.3