From: Julian Smart Date: Fri, 22 Aug 2003 10:25:32 +0000 (+0000) Subject: Added wxUSE_EXTENDED_RTTI X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4ef29fb55822955622f7a243b064cbf541b4fe78 Added wxUSE_EXTENDED_RTTI git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index b6133c6cdd..7776e3737c 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -181,6 +181,13 @@ // global features // ---------------------------------------------------------------------------- +// Set wxUSE_EXTENDED_RTTI to 1 to use extended RTTI +// +// Default is 0 +// +// Recommended setting: 0 +#define wxUSE_EXTENDED_RTTI 0 + // 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.