Compile extended RTTI in BC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
67b283a9c6
commit
0e7ac69ea9
@ -188,6 +188,11 @@
|
|||||||
// Recommended setting: 0
|
// Recommended setting: 0
|
||||||
#define wxUSE_EXTENDED_RTTI 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
|
// Set wxUSE_STL to 1 to derive wxList(Foo) and wxArray(Foo) from
|
||||||
// std::list<Foo*> and std::vector<Foo*>, with a compatibility interface,
|
// std::list<Foo*> and std::vector<Foo*>, with a compatibility interface,
|
||||||
// and for wxHashMap to be implemented with templates.
|
// and for wxHashMap to be implemented with templates.
|
||||||
|
Loading…
Reference in New Issue
Block a user