From 45950c18df10a0bb44171784aa99a24c0513a21a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 1 Feb 1999 20:27:16 +0000 Subject: OS/2 XFree86 changes from Alexander Mai. git-svn-id: file:///fltk/svn/fltk/trunk@264 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Clock.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Fl_Clock.cxx b/src/Fl_Clock.cxx index a269820d8..2ce2c5179 100644 --- a/src/Fl_Clock.cxx +++ b/src/Fl_Clock.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Clock.cxx,v 1.7 1999/01/13 19:43:13 mike Exp $" +// "$Id: Fl_Clock.cxx,v 1.8 1999/02/01 20:27:16 mike Exp $" // // Clock widget for the Fast Light Tool Kit (FLTK). // @@ -28,9 +28,9 @@ #include #include #include -#if !defined(WIN32) && !defined(__EMX__) +#ifndef WIN32 # include -#endif /* !WIN32 && !__EMX__ */ +#endif /* !WIN32 */ // Original clock display written by Paul Haeberli at SGI. // Modifications by Mark Overmars for Forms @@ -170,5 +170,5 @@ Fl_Clock::~Fl_Clock() { } // -// End of "$Id: Fl_Clock.cxx,v 1.7 1999/01/13 19:43:13 mike Exp $". +// End of "$Id: Fl_Clock.cxx,v 1.8 1999/02/01 20:27:16 mike Exp $". // -- cgit v1.2.3