]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUSE_XML
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 23 Jul 2003 17:13:20 +0000 (17:13 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 23 Jul 2003 17:13:20 +0000 (17:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/setup0.h

index d656ec1cea194fea4f5220b0fff91daa21d80433..21412703f9e40d4e40d1287b5d8530a8c51ddf88 100644 (file)
 // wxWave class
 #define wxUSE_WAVE      1
 
+// XML parsing classes. Note that their API will change in the future, so
+// using wxXmlDocument and wxXmlNode in your app is not recommended.
+//
+// Default is 1
+//
+// Recommended setting: 1 (needed by XRC)
+#define wxUSE_XML       1
+
 // ----------------------------------------------------------------------------
 // Individual GUI controls
 // ----------------------------------------------------------------------------