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:
parent
31848b8565
commit
fb7d2b770d
@ -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$".
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user