git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40248
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
bool wxOwnerDrawnComboBoxXmlHandler::CanHandle(wxXmlNode *node)
{
bool wxOwnerDrawnComboBoxXmlHandler::CanHandle(wxXmlNode *node)
{
-#if wxABI_VERSION >= 20700
+#if wxCHECK_VERSION(2,7,0)
return (IsOfClass(node, wxT("wxOwnerDrawnComboBox")) ||
(m_insideBox && node->GetName() == wxT("item")));
return (IsOfClass(node, wxT("wxOwnerDrawnComboBox")) ||
(m_insideBox && node->GetName() == wxT("item")));