]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/region.cpp
Corrections to take into account that range in the API has an end position
[wxWidgets.git] / src / msw / region.cpp
index df3273df82423fb75378e131cd801de9fc7d9a4f..565ddf949c190c8e2285d0a13f0e1ae9b54eba1e 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
 #include "wx/region.h"
 
-#include "wx/gdicmn.h"
+#ifndef WX_PRECOMP
+    #include "wx/gdicmn.h"
+#endif
+
 #include "wx/msw/private.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject)