From 4f53efae0f89f23c97b27e59faf6b72364b4d25a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 15 Jun 2001 01:15:15 +0000 Subject: [PATCH] define wxSIZE_T_IS_UINT for Windows git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/defs.h b/include/wx/defs.h index aaa9693188..91827527d8 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -187,6 +187,9 @@ #elif defined(__SC__) #define __SYMANTECC__ #endif // compiler + + // size_t is the same as unsigned int for all Windows compilers we know + #define wxSIZE_T_IS_UINT #endif // OS // if we're on a Unix system but didn't use configure (so that setup.h didn't -- 2.45.2