]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/xrc/xh_chckl.cpp
added xh_wizrd.cpp
[wxWidgets.git] / contrib / src / xrc / xh_chckl.cpp
index 408c02570dd950022cbc7dd36b17b2e1f0c5bd5f..e68540722dac06ece9a3b2aa52f65f48d4bf8b8b 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,4 @@ bool wxCheckListXmlHandler::CanHandle(wxXmlNode *node)
            (m_insideBox && node->GetName() == wxT("item")));
 }
 
-
+#endif