X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b597caaca8ade60aa8ef750c94df803bbd8ba422..3f1af9204f1813a10e2c59a5f9b28a7eec630861:/include/wx/ownerdrw.h?ds=inline diff --git a/include/wx/ownerdrw.h b/include/wx/ownerdrw.h index 7726a31f1e..ee4c465030 100644 --- a/include/wx/ownerdrw.h +++ b/include/wx/ownerdrw.h @@ -17,7 +17,10 @@ #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 // ---------------------------------------------------------------------------- // wxOwnerDrawn - a mix-in base class, derive from it to implement owner-drawn