]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
fixed wxBase and GUI separation for sockets code
[wxWidgets.git] / include / wx / msw / setup0.h
index d130d0ca25e9e08beaa0c3a13f5ba87897bfcf7b..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
 // ----------------------------------------------------------------------------
 // (notably, wxNotebook pages)
 #define wxUSE_UXTHEME_AUTO      1
 
 // (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
 // ----------------------------------------------------------------------------
 // ----------------------------------------------------------------------------
 // obsolete settings
 // ----------------------------------------------------------------------------