Better markup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#if wxUSE_XRC && wxUSE_RADIOBOX
|
||||
#if wxUSE_XRC && wxUSE_RADIOBTN
|
||||
|
||||
#include "wx/xrc/xh_radbt.h"
|
||||
#include "wx/radiobut.h"
|
||||
@@ -64,4 +64,4 @@ bool wxRadioButtonXmlHandler::CanHandle(wxXmlNode *node)
|
||||
return IsOfClass(node, wxT("wxRadioButton"));
|
||||
}
|
||||
|
||||
#endif // wxUSE_XRC && wxUSE_NOTEBOOK
|
||||
#endif // wxUSE_XRC && wxUSE_RADIOBTN
|
||||
|
@@ -19,7 +19,7 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#if wxUSE_XRC
|
||||
#if wxUSE_XRC && wxUSE_TREECTRL
|
||||
|
||||
#include "wx/xrc/xh_tree.h"
|
||||
#include "wx/treectrl.h"
|
||||
@@ -67,4 +67,4 @@ bool wxTreeCtrlXmlHandler::CanHandle(wxXmlNode *node)
|
||||
return IsOfClass(node, wxT("wxTreeCtrl"));
|
||||
}
|
||||
|
||||
#endif // wxUSE_XRC
|
||||
#endif // wxUSE_XRC && wxUSE_TREECTRL
|
||||
|
Reference in New Issue
Block a user