]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/checklst.h
Corrected grey scrolling windows; added C++Builder 3.0 fixes
[wxWidgets.git] / include / wx / msw / checklst.h
index 53f68e1e7a5358dc0998b656bfdca2ee6f414733..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."