]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_choic.cpp
removed src/gtk/eggtrayicon.h
[wxWidgets.git] / src / xrc / xh_choic.cpp
index 8f74f5c88548b133da82df073c06b224c9655ae2..29262cc59e15e3a205a5820235dacb99044c6a25 100644 (file)
@@ -19,7 +19,7 @@
     #pragma hdrstop
 #endif
 
-#if wxUSE_XML && wxUSE_XRC
+#if wxUSE_XRC
 
 #include "wx/xrc/xh_choic.h"
 #include "wx/choice.h"
@@ -96,4 +96,4 @@ bool wxChoiceXmlHandler::CanHandle(wxXmlNode *node)
            (m_insideBox && node->GetName() == wxT("item")));
 }
 
-#endif // wxUSE_XML && wxUSE_XRC
+#endif // wxUSE_XRC