]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/xrc/xh_chckl.cpp
fixed compile errors
[wxWidgets.git] / contrib / src / xrc / xh_chckl.cpp
index 46be0a3364f56c55d823df68cca0b54b5978cb02..18e1d028288aa788698aff68e7ec81c88c984c9f 100644 (file)
@@ -19,7 +19,7 @@
     #pragma hdrstop
 #endif
 
-#if wxUSE_OWNER_DRAWN
+#if wxUSE_OWNER_DRAWN || !defined(__WXMSW__)
 
 #include "wx/xrc/xh_chckl.h"
 #include "wx/checklst.h"
@@ -107,4 +107,5 @@ bool wxCheckListXmlHandler::CanHandle(wxXmlNode *node)
            (m_insideBox && node->GetName() == wxT("item")));
 }
 
-#endif
\ No newline at end of file
+#endif
+