mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 07:40:27 +02:00
* Size_t (IMalloc interface mainly) to PTRUINT, mantis #22835
git-svn-id: trunk@22355 -
This commit is contained in:
parent
aa6b8b3fce
commit
eae11f81bb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user