wxUSE_XML

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-07-23 17:13:20 +00:00
parent 215ef7ae9a
commit 90d26317f7

View File

@ -433,6 +433,14 @@
// wxWave class // wxWave class
#define wxUSE_WAVE 1 #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 // Individual GUI controls
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------