]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/region.cpp
Make IsOfClass out-of-line to defend against gcc 3.4.[56] bug:
[wxWidgets.git] / src / mgl / region.cpp
index 78b688a6cb41bdeba3833be88d571aab198b2ded..36d60598d75c70b8c5ef6e773477ccb400052f78 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/thread.h"
 #include "wx/module.h"