mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 08:28:14 +02:00
FPDebug: fixed compilation on Windows
This commit is contained in:
parent
e9f1ffb855
commit
b291a31f11
@ -483,7 +483,7 @@ var
|
||||
begin
|
||||
Loader := TDbgImageLoader.Create(FInfo.hFile);
|
||||
if Loader.IsValid then
|
||||
AddToLoaderList(LoaderList)
|
||||
Loader.AddToLoaderList(LoaderList)
|
||||
else
|
||||
Loader.Free;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user