/////////////////////////////////////////////////////////////////////////////
-// Name: dcscreen.h
+// Name: wx/os2/dcscreen.h
// Purpose: wxScreenDC class
// Author: David Webster
// Modified by:
#include "wx/dcscreen.h"
#include "wx/os2/dc.h"
-class WXDLLEXPORT wxScreenDCImpl: public wxPMDCImpl
+class WXDLLIMPEXP_CORE wxScreenDCImpl: public wxPMDCImpl
{
public:
// Create a DC representing the whole screen
private:
DECLARE_CLASS(wxScreenDCImpl)
- DECLARE_NO_COPY_CLASS(wxScreenDCImpl)
+ wxDECLARE_NO_COPY_CLASS(wxScreenDCImpl);
}; // end of CLASS wxScreenDC
#endif