X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1d63b79352db5290a9f86428d193bd6a08ef32f..2404ce8d8aec4de1b892034be47a3c2e0a2d47af:/include/wx/palmos/printdlg.h diff --git a/include/wx/palmos/printdlg.h b/include/wx/palmos/printdlg.h index 91d9a0a2d1..9ba71df71b 100644 --- a/include/wx/palmos/printdlg.h +++ b/include/wx/palmos/printdlg.h @@ -12,22 +12,18 @@ #ifndef _WX_PRINTDLG_H_ #define _WX_PRINTDLG_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "printdlg.h" -#endif - #if wxUSE_PRINTING_ARCHITECTURE #include "wx/dialog.h" #include "wx/cmndata.h" -class WXDLLEXPORT wxDC; +class WXDLLIMPEXP_FWD_CORE wxDC; // --------------------------------------------------------------------------- // wxPrinterDialog: the common dialog for printing. // --------------------------------------------------------------------------- -class WXDLLEXPORT wxPrintDialog : public wxDialog +class WXDLLIMPEXP_CORE wxPrintDialog : public wxDialog { DECLARE_DYNAMIC_CLASS(wxPrintDialog) @@ -53,7 +49,7 @@ private: DECLARE_NO_COPY_CLASS(wxPrintDialog) }; -class WXDLLEXPORT wxPageSetupDialog: public wxDialog +class WXDLLIMPEXP_CORE wxPageSetupDialog: public wxDialog { DECLARE_DYNAMIC_CLASS(wxPageSetupDialog)