]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wxUSE_EXTENDED_RTTI
authorJulian Smart <julian@anthemion.co.uk>
Fri, 22 Aug 2003 10:25:32 +0000 (10:25 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 22 Aug 2003 10:25:32 +0000 (10:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h

index b6133c6cdd08484e3bc354f5fa60d173f4a5b28c..7776e3737cb526311e345c97870a5b9bc10c7819 100644 (file)
 // 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<Foo*> and std::vector<Foo*>, with a compatibility interface,
 // and for wxHashMap to be implemented with templates.