]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/setup0.h
regenerated after the last change of setup_inc.h (changes in comments only)
[wxWidgets.git] / include / wx / mac / setup0.h
index 039bc25dd74ef9a1cd15cd198dcd16fdd3efa0e9..a572b39648d03885c4c8c0d431b73b4ae0919a49 100644 (file)
 // 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
+// Default is the same as wxUSE_XRC, i.e. 1 by default.
 //
 // Recommended setting: 1 (required by XRC)
-#if wxUSE_XRC
-#  define wxUSE_XML       1
-#else
-#  define wxUSE_XML       0
-#endif
+#define wxUSE_XML       wxUSE_XRC
 
 // Use wxWidget's AUI docking system
 //
 // Should we use MS HTML help for wxHelpController? If disabled, neither
 // wxCHMHelpController nor wxBestHelpController are available.
 //
-// Default is 1
+// Default is 1 under MSW, 0 is always used for the other platforms.
 //
 // Recommended setting: 1, only set to 0 if you have trouble compiling
 // wxCHMHelpController (could be a problem with really ancient compilers)