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