]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_tree.cpp
Use Scintilla's functions for Unicode/UTF8 conversions
[wxWidgets.git] / src / xrc / xh_tree.cpp
index a0b32fd6adaea2c0182218fc54f3465fbc169242..5c892ebc7766054055fed4cc0e68b973024725ea 100644 (file)
@@ -19,6 +19,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_XRC && wxUSE_TREECTRL
+
 #include "wx/xrc/xh_tree.h"
 #include "wx/treectrl.h"
 
@@ -64,3 +66,5 @@ bool wxTreeCtrlXmlHandler::CanHandle(wxXmlNode *node)
 {
     return IsOfClass(node, wxT("wxTreeCtrl"));
 }
+
+#endif // wxUSE_XRC && wxUSE_TREECTRL