summaryrefslogtreecommitdiff
path: root/FL/Fl.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl.H')
-rw-r--r--FL/Fl.H8
1 files changed, 6 insertions, 2 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index 370a2c8e2..3e3cdcb46 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -1,5 +1,5 @@
//
-// "$Id: Fl.H,v 1.8.2.11.2.17 2002/07/14 19:08:25 easysw Exp $"
+// "$Id: Fl.H,v 1.8.2.11.2.18 2002/07/17 06:09:25 matthiaswm Exp $"
//
// Main header file for the Fast Light Tool Kit (FLTK).
//
@@ -31,6 +31,10 @@
# define Fl_Object Fl_Widget
# endif
+# ifdef check
+# undef check
+# endif
+
class Fl_Widget;
class Fl_Window;
class Fl_Image;
@@ -253,5 +257,5 @@ public:
#endif // !Fl_H
//
-// End of "$Id: Fl.H,v 1.8.2.11.2.17 2002/07/14 19:08:25 easysw Exp $".
+// End of "$Id: Fl.H,v 1.8.2.11.2.18 2002/07/17 06:09:25 matthiaswm Exp $".
//