// 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
// ----------------------------------------------------------------------------
//
// Default is 0 for (most) Win32 (systems), 1 for Win16
//
-// Recommended setting: same as default
-#if defined(__WIN95__)
#define wxUSE_ITSY_BITSY 0
-#else
-#define wxUSE_ITSY_BITSY 1
-#endif
// Set this to 1 to use RICHEDIT controls for wxTextCtrl with style wxTE_RICH
// which allows to put more than ~32Kb of text in it even under Win9x (NT
// (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
// ----------------------------------------------------------------------------