]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/checklst.h
no message
[wxWidgets.git] / include / wx / msw / checklst.h
index a58714daa6e2484166c8a11e8a4ef15e06e180bb..8c1d964c082e67ce4eb334c7976c01077618456c 100644 (file)
@@ -16,7 +16,9 @@
 #pragma interface "checklst.h"
 #endif
 
-typedef   unsigned int  size_t;
+// No!
+// typedef   unsigned int  size_t;
+#include <stddef.h>
 
 #if !wxUSE_OWNER_DRAWN
   #error  "wxCheckListBox class requires owner-drawn functionality."
@@ -24,7 +26,7 @@ typedef   unsigned int  size_t;
 
 class wxCheckListBoxItem; // fwd decl, define in checklst.cpp
 
-class wxCheckListBox : public wxListBox
+class WXDLLEXPORT wxCheckListBox : public wxListBox
 {
   DECLARE_DYNAMIC_CLASS(wxCheckListBox)
 public: