summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/GDI/Fl_GDI_Graphics_Driver.h6
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$".