From 90d26317f7613d64c81a5b09b578c5144c2bab1b Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 23 Jul 2003 17:13:20 +0000 Subject: [PATCH] wxUSE_XML git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/setup0.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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 // ---------------------------------------------------------------------------- -- 2.50.0