mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 19:20:30 +02:00
Debugger: Nicely list processes for attach (windows only). Patch by Denis Volodarsky. / fix declaration for none windows
git-svn-id: trunk@43282 -
This commit is contained in:
parent
7aae9b8287
commit
1644ea4275
@ -89,7 +89,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
{$else}
|
||||
function TWinDbgApi.EnumerateProcesses(AList: TDBGRunningProcessInfoList): boolean;
|
||||
function EnumerateProcesses(AList: TDBGRunningProcessInfoList): boolean;
|
||||
begin
|
||||
Result := False;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user