projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
minor refactoring of OnEraseBackground()
[wxWidgets.git]
/
src
/
msw
/
region.cpp
diff --git
a/src/msw/region.cpp
b/src/msw/region.cpp
index df3273df82423fb75378e131cd801de9fc7d9a4f..565ddf949c190c8e2285d0a13f0e1ae9b54eba1e 100644
(file)
--- a/
src/msw/region.cpp
+++ b/
src/msw/region.cpp
@@
-21,12
+21,15
@@
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#include "wx/wxprec.h"
#ifdef __BORLANDC__
-#pragma hdrstop
+
#pragma hdrstop
#endif
#include "wx/region.h"
#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)
#include "wx/msw/private.h"
IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject)