#endif
#include <stdlib.h>
-#include <windows.h>
+
+#include "wx/msw/private.h"
+
#include <commdlg.h>
#ifndef __WIN32__
#include <print.h>
#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