#ifndef WX_PRECOMP
#include "wx/string.h"
#include "wx/window.h"
- #include "wx/msw/private.h"
#endif
+#include "wx/msw/private.h"
+
#include "wx/dcscreen.h"
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxScreenDC, wxWindowDC)
-#endif
// Create a DC representing the whole screen
wxScreenDC::wxScreenDC(void)