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
This commit is contained in:
@@ -548,14 +548,10 @@
|
|||||||
// XML parsing classes. Note that their API will change in the future, so
|
// XML parsing classes. Note that their API will change in the future, so
|
||||||
// using wxXmlDocument and wxXmlNode in your app is not recommended.
|
// 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)
|
// Recommended setting: 1 (required by XRC)
|
||||||
#if wxUSE_XRC
|
#define wxUSE_XML wxUSE_XRC
|
||||||
# define wxUSE_XML 1
|
|
||||||
#else
|
|
||||||
# define wxUSE_XML 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Use wxWidget's AUI docking system
|
// Use wxWidget's AUI docking system
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user