#include "wx/dcscreen.h"
#include "wx/msw/dc.h"
-class WXDLLEXPORT wxScreenDCImpl : public wxMSWDCImpl
+class WXDLLIMPEXP_CORE wxScreenDCImpl : public wxMSWDCImpl
{
public:
// Create a DC representing the whole screen
wxScreenDCImpl( wxScreenDC *owner );
-protected:
virtual void DoGetSize(int *w, int *h) const
{
GetDeviceSize(w, h);
}
-private:
DECLARE_CLASS(wxScreenDCImpl)
DECLARE_NO_COPY_CLASS(wxScreenDCImpl)
};