]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
gave default parameters for wxPen() ctor from wxColour (this is what is used in 99...
[wxWidgets.git] / include / wx / msw / setup0.h
index 860e7d94ab11f0f2463866c1ba6d3cbf1989c715..0e32f556a420fdc021f1861bb7937acf468777d4 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
 // ----------------------------------------------------------------------------