]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/checklst.cpp
no message
[wxWidgets.git] / src / mac / carbon / checklst.cpp
index 7387e3e4719c555bb3ecfe8271e469c978185811..ecf13c8f70dc2dd673028406a29d8be8297dbcf0 100644 (file)
 #pragma implementation "checklst.h"
 #endif
 
+#include "wx/defs.h"
+
+#if wxUSE_CHECKLISTBOX
+
 #include "wx/checklst.h"
 
 // ============================================================================
 // implementation
 // ============================================================================
 
+#if !USE_SHARED_LIBRARY
   IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox)
+#endif
 
 // ----------------------------------------------------------------------------
 // implementation of wxCheckListBox class
@@ -69,4 +75,5 @@ void wxCheckListBox::Check(size_t uiIndex, bool bCheck)
     // TODO
 }
 
+#endif // wxUSE_CHECKLISTBOX