]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/region.h
More work on getting wxLisBox events right
[wxWidgets.git] / include / wx / region.h
index e2c82500b4d6f0ec7285291513ab2d216142a113..1b1f627953efeb3a282fd2470762a33303b5ee60 100644 (file)
@@ -55,7 +55,7 @@ enum wxRegionOp
 // wxRegionBase defines wxRegion API
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxRegionBase : public wxGDIObject
+class WXDLLIMPEXP_CORE wxRegionBase : public wxGDIObject
 {
 public:
     // ctors
@@ -188,7 +188,7 @@ protected:
 
 #define wxHAS_REGION_COMBINE
 
-class WXDLLEXPORT wxRegionWithCombine : public wxRegionBase
+class WXDLLIMPEXP_CORE wxRegionWithCombine : public wxRegionBase
 {
 public:
     // these methods are not part of public API as they're not implemented on