]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
wxCocoa: CodeWarrior (like GCC) mangles struct X and @class X identically.
[wxWidgets.git] / include / wx / msw / setup0.h
index 7776e3737cb526311e345c97870a5b9bc10c7819..29a51859292fa9cad7d43e36d68d25900c8f7115 100644 (file)
 // Recommended setting: 0
 #define wxUSE_EXTENDED_RTTI 0
 
+#if defined(__BORLANDC__)
+#undef wxUSE_EXTENDED_RTTI
+#define wxUSE_EXTENDED_RTTI 1
+#endif
+
 // Set wxUSE_STL to 1 to derive wxList(Foo) and wxArray(Foo) from
 // std::list<Foo*> and std::vector<Foo*>, with a compatibility interface,
 // and for wxHashMap to be implemented with templates.