mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 13:59:07 +02:00
* Fix compilation for targets without process unit
git-svn-id: trunk@22458 -
This commit is contained in:
parent
46bf1823b8
commit
cb123a6376
@ -2189,6 +2189,7 @@ begin
|
|||||||
SetLength(Result,Count);
|
SetLength(Result,Count);
|
||||||
Move(Buf,Result[1],Count);
|
Move(Buf,Result[1],Count);
|
||||||
end;
|
end;
|
||||||
|
{$endif HAS_UNIT_PROCESS}
|
||||||
|
|
||||||
constructor TPackageVariant.Create(ACollection: TCollection);
|
constructor TPackageVariant.Create(ACollection: TCollection);
|
||||||
begin
|
begin
|
||||||
@ -2240,7 +2241,6 @@ begin
|
|||||||
FDefaultPackageVariantName:=AName;
|
FDefaultPackageVariantName:=AName;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{$endif HAS_UNIT_PROCESS}
|
|
||||||
|
|
||||||
{ TConditionalDestStrings }
|
{ TConditionalDestStrings }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user