X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c67b4daf4777c8b7f0a90e67e16079867bd9e18e..23ee4b4874aa32111eca609bfe4c9e62e6ca5a6a:/include/wx/setup_inc.h?ds=sidebyside diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index aae2b8bad6..9ce5ddca88 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -178,14 +178,9 @@ // // Default is 0 // -// Recommended setting: 0 +// Recommended setting: 0 (this is still work in progress...) #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 and std::vector, with a compatibility interface, // and for wxHashMap to be implemented with templates.