fix compilation

git-svn-id: trunk@16349 -
This commit is contained in:
paul 2008-09-01 12:15:43 +00:00
parent 2cf87a40de
commit 626b5f317d

View File

@ -118,11 +118,6 @@ end;
uses BaseUnix, TermIO;
procedure Register;
begin
RegisterComponents('System',[TProcessUTF8,TAsyncProcess]);
end;
function TAsyncProcess.GetNumBytesAvailable: dword;
begin
if not (poUsePipes in Options) then
@ -260,4 +255,9 @@ begin
inherited Execute;
end;
procedure Register;
begin
RegisterComponents('System',[TProcessUTF8,TAsyncProcess]);
end;
end.