* Size_t (IMalloc interface mainly) to PTRUINT, mantis #22835

git-svn-id: trunk@22355 -
This commit is contained in:
marco 2012-09-08 10:49:26 +00:00
parent aa6b8b3fce
commit eae11f81bb

View File

@ -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;