]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_chckl.cpp
UnixWare compilation fix (explicitly declare pthread_mutexattr_settype)
[wxWidgets.git] / src / xrc / xh_chckl.cpp
index 408c02570dd950022cbc7dd36b17b2e1f0c5bd5f..bac03e28237a72b49837d5b362a42138c9c7bd58 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
\ No newline at end of file