Browse Source

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

git-svn-id: trunk@22355 -
marco 13 years ago
parent
commit
eae11f81bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/winunits-base/src/activex.pp

+ 1 - 1
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;