// 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.
// 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
// ----------------------------------------------------------------------------
// (notably, wxNotebook pages)
#define wxUSE_UXTHEME_AUTO 1
+// Set to 1 to if you're developing for MS SmartPhone
+#define wxUSE_SMARTPHONE 0
+
// ----------------------------------------------------------------------------
// obsolete settings
// ----------------------------------------------------------------------------