diff options
Diffstat (limited to 'src/Fl_PS_Printer.cxx')
| -rw-r--r-- | src/Fl_PS_Printer.cxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Fl_PS_Printer.cxx b/src/Fl_PS_Printer.cxx index cdc3545a4..6392108c7 100644 --- a/src/Fl_PS_Printer.cxx +++ b/src/Fl_PS_Printer.cxx @@ -25,6 +25,8 @@ // http://www.fltk.org/str.php // +#ifndef FL_DOXYGEN + #include <FL/Fl_PSfile_Device.H> #include <FL/Fl.H> @@ -1323,7 +1325,9 @@ void print_cb(Fl_Return_Button *, void *) { } */ -#endif +#endif // ! (defined(__APPLE__) || defined(WIN32) ) + +#endif // FL_DOXYGEN // // End of "$Id$". |
