* GetProcessID implemented

This commit is contained in:
Károly Balogh 2004-12-14 21:01:16 +00:00
parent 09f03aae9a
commit 50b086d81d

View File

@ -832,8 +832,7 @@ end;
function GetProcessID: SizeUInt;
begin
GetProcessID := 1;
{$WARNING Implementation of GetProcessID missing!}
GetProcessID:=SizeUInt(FindTask(NIL));
end;
@ -869,7 +868,10 @@ end.
{
$Log$
Revision 1.26 2004-12-07 10:07:50 karoly
Revision 1.27 2004-12-14 21:01:16 karoly
* GetProcessID implemented
Revision 1.26 2004/12/07 10:07:50 karoly
* removed debug code accidentally left in
Revision 1.25 2004/12/07 09:55:46 karoly