mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 16:00:19 +02:00
* prealloc return value to size_t
This commit is contained in:
parent
72d4115e28
commit
9442543a60
@ -2491,7 +2491,7 @@ TYPE
|
||||
IMallocSpy = Interface(IUnknown)
|
||||
['{0000001d-0000-0000-C000-000000000046}']
|
||||
|
||||
Function PreAlloc(cbrequest:Size_t):Longint; StdCall;
|
||||
Function PreAlloc(cbrequest:Size_t):Size_t; StdCall;
|
||||
function PostAlloc(Pactual:Pointer):Pointer;StdCall;
|
||||
Function PreFree(pRequest:Pointer;fSpyed:bool):pointer;StdCall;
|
||||
Procedure PostFree(fspyed:Bool);Stdcall;
|
||||
|
Loading…
Reference in New Issue
Block a user