]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
Laid groundwork for scrolling.
[wxWidgets.git] / include / wx / msw / setup0.h
index 860e7d94ab11f0f2463866c1ba6d3cbf1989c715..cd0182707993354ca4285e0c568b745ab84a7607 100644 (file)
@@ -50,7 +50,7 @@
 // Default is 0
 //
 // Recommended setting: 0 (please update your code)
 // Default is 0
 //
 // Recommended setting: 0 (please update your code)
-#define WXWIN_COMPATIBILITY_2_2 1
+#define WXWIN_COMPATIBILITY_2_2 0
 
 // This setting determines the compatibility with 2.4 API: set it to 0 to
 // flag all cases of using deprecated functions.
 
 // This setting determines the compatibility with 2.4 API: set it to 0 to
 // flag all cases of using deprecated functions.
 // wxWave class
 #define wxUSE_WAVE      1
 
 // 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
 // ----------------------------------------------------------------------------
 // ----------------------------------------------------------------------------
 // Individual GUI controls
 // ----------------------------------------------------------------------------