]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/region.h
slightly better error reporting (could still be improved)
[wxWidgets.git] / include / wx / os2 / region.h
index 126deb0937deb21cee031d598e9df0e16f6943f8..ef4e1a12ea3c284ca37450ae10ba79d5b5800cab 100644 (file)
@@ -15,7 +15,7 @@
 #include "wx/list.h"
 #include "wx/os2/private.h"
 
-class WXDLLEXPORT wxRegion : public wxRegionWithCombine
+class WXDLLIMPEXP_CORE wxRegion : public wxRegionWithCombine
 {
 public:
     wxRegion( wxCoord x
@@ -80,7 +80,7 @@ protected:
 
 }; // end of CLASS wxRegion
 
-class WXDLLEXPORT wxRegionIterator : public wxObject
+class WXDLLIMPEXP_CORE wxRegionIterator : public wxObject
 {
 public:
     wxRegionIterator();