]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/region.cpp
Corrected include/wx/palette.h; added wxGenericTreeCtrl::SetFont
[wxWidgets.git] / src / stubs / region.cpp
index d03d8e802027250b9d813305f4505227f36c2f39..85aea95133c863cc0edcf8884c1d9afcaa77ed6c 100644 (file)
 #pragma implementation "region.h"
 #endif
 
-#include "wx/wxprec.h"
-
-#ifdef __BORLANDC__
-#pragma hdrstop
-#endif
-
-#include "wx/msw/region.h"
+#include "wx/region.h"
 #include "wx/gdicmn.h"
 
-#include <windows.h>
-
-#if !USE_SHARED_LIBRARY
        IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject)
        IMPLEMENT_DYNAMIC_CLASS(wxRegionIterator, wxObject)
-#endif
 
 //-----------------------------------------------------------------------------
 // wxRegionRefData implementation
@@ -47,8 +37,6 @@ public:
        {
         // TODO
        }
-
-       HRGN m_region;
 };