X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..46562151eb21235344768ea4b53c204d0c03fcee:/src/mac/classic/region.cpp?ds=sidebyside diff --git a/src/mac/classic/region.cpp b/src/mac/classic/region.cpp index a3cf8cef7b..8920707ed2 100644 --- a/src/mac/classic/region.cpp +++ b/src/mac/classic/region.cpp @@ -8,18 +8,12 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "region.h" -#endif - #include "wx/region.h" #include "wx/gdicmn.h" #include "wx/mac/uma.h" -#if !USE_SHARED_LIBRARY - IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject) - IMPLEMENT_DYNAMIC_CLASS(wxRegionIterator, wxObject) -#endif +IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject) +IMPLEMENT_DYNAMIC_CLASS(wxRegionIterator, wxObject) //----------------------------------------------------------------------------- // wxRegionRefData implementation