mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 22:48:57 +02:00
* GetProcessID implemented
This commit is contained in:
parent
09f03aae9a
commit
50b086d81d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user