From eae11f81bb30ab0a34324767c163e02899624315 Mon Sep 17 00:00:00 2001 From: marco Date: Sat, 8 Sep 2012 10:49:26 +0000 Subject: [PATCH] * Size_t (IMalloc interface mainly) to PTRUINT, mantis #22835 git-svn-id: trunk@22355 - --- packages/winunits-base/src/activex.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/winunits-base/src/activex.pp b/packages/winunits-base/src/activex.pp index 1c40fa80cd..ddcadb2e80 100644 --- a/packages/winunits-base/src/activex.pp +++ b/packages/winunits-base/src/activex.pp @@ -44,7 +44,7 @@ type pFMTID = pGUID; { Glue types, should be linked to the proper windows unit types} - Size_t = DWord; {??, probably, like Unix, typecastable to pointer?!?} + Size_t = PTRUINT; {??, probably, like Unix, typecastable to pointer?!?} OleChar = WChar; LPOLESTR = ^OLECHAR; POLECHAR = LPOLESTR;