#include "wx/string.h"
#include "wx/log.h"
#include "wx/window.h"
+ #include "wx/dcmemory.h"
#endif
#include "wx/msw/private.h"
#include <print.h>
#endif
+// mingw32 defines GDI_ERROR incorrectly
+#ifdef __GNUWIN32__
+ #undef GDI_ERROR
+ #define GDI_ERROR ((int)-1)
+#endif
+
// ----------------------------------------------------------------------------
// wxWin macros
// ----------------------------------------------------------------------------
+
IMPLEMENT_CLASS(wxPrinterDC, wxDC)
// ============================================================================