Remove unnecessary #ifdef _WIN32

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12682 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2018-02-20 12:48:48 +00:00
parent 31848b8565
commit fb7d2b770d

View File

@ -16,8 +16,6 @@
// http://www.fltk.org/str.php
//
#ifdef _WIN32
#include "../GDI/Fl_GDI_Graphics_Driver.H"
#include <FL/Fl_Printer.H>
#include <FL/fl_ask.H>
@ -318,8 +316,6 @@ void Fl_WinAPI_Printer_Driver::origin(int *x, int *y)
Fl_Paged_Device::origin(x, y);
}
#endif // _WIN32
//
// End of "$Id$".
//