Browse Source

* fixed compilation after r25449 when HAS_UNIT_PROCESS is not defined
(e.g. when cross-compiling)

git-svn-id: branches/fixes_2_6@25588 -

Jonas Maebe 12 years ago
parent
commit
685961c9b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fpmkunit/src/fpmkunit.pp

+ 1 - 1
packages/fpmkunit/src/fpmkunit.pp

@@ -2161,6 +2161,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
@@ -2217,7 +2218,6 @@ begin
     FDefaultPackageVariantName:=AName;
     FDefaultPackageVariantName:=AName;
 end;
 end;
 
 
-{$endif HAS_UNIT_PROCESS}
 
 
 { TConditionalDestStrings }
 { TConditionalDestStrings }