]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ownerdrw.h
Corrected grey scrolling windows; added C++Builder 3.0 fixes
[wxWidgets.git] / include / wx / ownerdrw.h
index 7726a31f1ea0d58a1778badf57a361b282521240..ee4c4650304cb939bda10e8cb6b3fd426f8ccf49 100644 (file)
 #endif
 
 typedef   wxColour      wxColor;
-typedef   unsigned int  size_t;
+
+// No, don't do this: BC++ 5 complains that size_t already been defined.
+// typedef   unsigned int  size_t;
+#include <stddef.h>
 
 // ----------------------------------------------------------------------------
 // wxOwnerDrawn - a mix-in base class, derive from it to implement owner-drawn