]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/dcclient.h
ignore mouse wheel events which are coming too fast to be processed (#9057)
[wxWidgets.git] / include / wx / palmos / dcclient.h
index af3f15e8dada95f24487463e88c022ec9b69047a..d45b754e44a1260a1b751f267ced68738e74adcb 100644 (file)
@@ -34,7 +34,7 @@ WX_DECLARE_EXPORTED_OBJARRAY(wxPaintDCInfo, wxArrayDCInfo);
 // DC classes
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxWindowDCImpl : public wxPalmDCImpl
+class WXDLLIMPEXP_CORE wxWindowDCImpl : public wxPalmDCImpl
 {
 public:
     // default ctor
@@ -53,7 +53,7 @@ protected:
     DECLARE_NO_COPY_CLASS(wxWindowDCImpl)
 };
 
-class WXDLLEXPORT wxClientDCImpl : public wxWindowDCImpl
+class WXDLLIMPEXP_CORE wxClientDCImpl : public wxWindowDCImpl
 {
 public:
     // default ctor
@@ -73,7 +73,7 @@ protected:
     DECLARE_NO_COPY_CLASS(wxClientDCImpl)
 };
 
-class WXDLLEXPORT wxPaintDCImpl : public wxClientDCImpl
+class WXDLLIMPEXP_CORE wxPaintDCImpl : public wxClientDCImpl
 {
 public:
     wxPaintDCImpl( wxDC *owner );