#pragma interface "checklst.h"
#endif
-typedef unsigned int size_t;
+// No!
+// typedef unsigned int size_t;
+#include <stddef.h>
-#if !USE_OWNER_DRAWN
+#if !wxUSE_OWNER_DRAWN
#error "wxCheckListBox class requires owner-drawn functionality."
#endif
class wxCheckListBoxItem; // fwd decl, define in checklst.cpp
-class wxCheckListBox : public wxListBox
+class WXDLLEXPORT wxCheckListBox : public wxListBox
{
DECLARE_DYNAMIC_CLASS(wxCheckListBox)
public: