X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/103aec296a2c017f915b4b2b2584191fdb716a75..b704229ee25ef8e5765ec09e9c164f59063564e8:/src/msw/printdlg.cpp?ds=sidebyside diff --git a/src/msw/printdlg.cpp b/src/msw/printdlg.cpp index 57ae304e13..17f7a55d2b 100644 --- a/src/msw/printdlg.cpp +++ b/src/msw/printdlg.cpp @@ -37,26 +37,21 @@ #endif #include -#include + +#include "wx/msw/private.h" + #include #ifndef __WIN32__ #include #endif -// Clash with Windows header files -#ifdef StartDoc -#undef StartDoc -#endif - // --------------------------------------------------------------------------- // wxWin macros // --------------------------------------------------------------------------- -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxPrintDialog, wxDialog) IMPLEMENT_CLASS(wxPageSetupDialog, wxDialog) -#endif // =========================================================================== // implementation