#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
{
// TODO
}
-
- HRGN m_region;
};