]> git.saurik.com Git - wxWidgets.git/commitdiff
while gcc 4 works under xcode, 3.3. builds don't, therefore this workaround for sourc...
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 11 Oct 2006 16:10:12 +0000 (16:10 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 11 Oct 2006 16:10:12 +0000 (16:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/richtext/richtextformatdlg.cpp

index c7c392d20f11a2b066eafe6df09a9a071431c191..e262d0850abfa2c580b43f0f41362ad28d928814 100644 (file)
 #include "wx/richtext/richtextctrl.h"
 #include "wx/richtext/richtextstyles.h"
 
+#ifdef __WXMAC__
+#include "../../src/richtext/richtextfontpage.cpp"
+#include "../../src/richtext/richtextindentspage.cpp"
+#include "../../src/richtext/richtexttabspage.cpp"
+#include "../../src/richtext/richtextbulletspage.cpp"
+#include "../../src/richtext/richtextstylepage.cpp"
+#else
 #include "richtextfontpage.cpp"
 #include "richtextindentspage.cpp"
 #include "richtexttabspage.cpp"
 #include "richtextbulletspage.cpp"
 #include "richtextstylepage.cpp"
+#endif
 
 #if 0 // def __WXMAC__
 #define wxRICHTEXT_USE_TOOLBOOK true