diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-01-26 21:31:59 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-01-26 21:31:59 +0000 |
| commit | 034a4f3f2a15302b1a1ea3df6033cbffdc7b7418 (patch) | |
| tree | e0dfd3e7439726cd4e1125321b28fade6e013230 /src/drivers | |
| parent | 6694780c2d02d645f053fd60864c9ff035296a64 (diff) | |
Made GDI compilation work again
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11059 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/GDI/Fl_GDI_Graphics_Driver.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <FL/Fl_Device.H> @@ -109,7 +109,7 @@ protected: }; -#endif // FL_CFG_GFX_GDI_H +#endif // FL_GDI_GRAPHICS_DRIVER_H // // End of "$Id$". |
