* Better signature for Initialize/Finalize dummies

This commit is contained in:
Michaël Van Canneyt 2023-03-19 15:22:45 +01:00
parent a35f66a730
commit 86ffe69380

View File

@ -97,8 +97,8 @@ Procedure Fail;
Function TypeOf(T : TObjectType) : Pointer;
Function IsManagedType(T : TType) : Boolean;
Function IsConstValue(V : TAnyType) : Boolean;
Procedure Initialize(Var T : TAnyType; ACount : SizeInt = 1);
Procedure Finalize(Var T : TAnyType; ACount : SizeInt = 1);
Procedure Initialize(Var T : TManagedType; ACount : SizeInt = 1);
Procedure Finalize(Var T : TManagedType; ACount : SizeInt = 1);
{$IFNDEF GO32V2}
Var