diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-07 16:37:48 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-06-07 16:37:48 +0000 |
| commit | f50c05672699fbc034cc1869b4707ed16d238561 (patch) | |
| tree | c4d439615605a94ca5250b3ca95c8037d946cb9e /src/Fl_win32.cxx | |
| parent | 861ad9769b94f52e3528817c8654c572d98ce760 (diff) | |
WIN32 compile fixes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2287 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_win32.cxx')
| -rw-r--r-- | src/Fl_win32.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index a91a0d812..0266b9e01 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_win32.cxx,v 1.33.2.37.2.35 2002/05/25 13:38:24 easysw Exp $" +// "$Id: Fl_win32.cxx,v 1.33.2.37.2.36 2002/06/07 16:37:48 easysw Exp $" // // WIN32-specific code for the Fast Light Tool Kit (FLTK). // @@ -28,7 +28,7 @@ // for other system-specific code. #include <FL/Fl.H> -#include <FL/win32.H> +#include <FL/x.H> #include <FL/Fl_Window.H> #include "flstring.h" #include <stdio.h> @@ -1175,5 +1175,5 @@ void Fl_Window::make_current() { } // -// End of "$Id: Fl_win32.cxx,v 1.33.2.37.2.35 2002/05/25 13:38:24 easysw Exp $". +// End of "$Id: Fl_win32.cxx,v 1.33.2.37.2.36 2002/06/07 16:37:48 easysw Exp $". // |
