]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_chckl.cpp
Applied patch [ 743471 ] wxSplitter::Unsplit fix
[wxWidgets.git] / src / xrc / xh_chckl.cpp
index 408c02570dd950022cbc7dd36b17b2e1f0c5bd5f..18e1d028288aa788698aff68e7ec81c88c984c9f 100644 (file)
@@ -19,6 +19,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_OWNER_DRAWN || !defined(__WXMSW__)
+
 #include "wx/xrc/xh_chckl.h"
 #include "wx/checklst.h"
 #include "wx/intl.h"
@@ -105,4 +107,5 @@ bool wxCheckListXmlHandler::CanHandle(wxXmlNode *node)
            (m_insideBox && node->GetName() == wxT("item")));
 }
 
+#endif