]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUSE_DYNAMIC_CLASSES was left out.
authorRobin Dunn <robin@alldunn.com>
Sun, 19 Mar 2000 03:41:25 +0000 (03:41 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 19 Mar 2000 03:41:25 +0000 (03:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h

index cf2d01b6c580dc9ec49f6e85a2cb6c9a37b75da4..a9d81afe453a1a08dbe873dccd98924cbac214d8 100644 (file)
 // i18n support: _() macro, wxLocale class. Requires wxFile
 #define wxUSE_INTL                1
 
+#define wxUSE_DYNAMIC_CLASSES     1
+                                // If 1, enables provision of run-time type information.
+                                // NOW MANDATORY: don't change.
+
 // ----------------------------------------------------------------------------
 // Optional controls
 // ----------------------------------------------------------------------------
                                 // of wxDB::GetDbConnection() to indicate whether the connection
                                 // (and any wxTable()s that use the connection) should support
                                 // forward only scrolling of cursors, or both forward and backward
-                                // Support for backward scrolling cursors is dependent on the 
+                                // Support for backward scrolling cursors is dependent on the
                                 // data source as well as the ODBC driver being used.
 
 // ----------------------------------------------------------------------------