From c969b007c2fb53b847b7843158e6557dbbdf24b8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 9 Nov 2006 00:46:20 +0000 Subject: [PATCH] define wxUSE_XML as wxUSE_XRC directly instead of using an #ifdef git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/setup_inc.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index 623023fe07..52d7d4a480 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -548,14 +548,10 @@ // 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 // -- 2.47.2