X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/01ebf7520366a4cf80975d820794fea394c96d7b..eb2693818cc2985605644e81997ed6e9b5a4d478:/include/wx/mac/setup0.h diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index d656ec1cea..21412703f9 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -433,6 +433,14 @@ // 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 // ----------------------------------------------------------------------------