You've already forked lazarus-ccr
RxFPC:fix compile after 53713
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5539 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -751,6 +751,7 @@ begin
|
||||
FNavPanel.ChildWindowsShowLast;
|
||||
FNavPanel.ShowHiddenBtnOnResize;
|
||||
CloseAction:=caFree;
|
||||
if Assigned(Owner) then
|
||||
Owner.RemoveComponent(Self);
|
||||
FNavPanel.FMainPanel.RemoveControl(Sender as TCustomForm);
|
||||
Application.ReleaseComponent(Self);
|
||||
|
@ -111,7 +111,8 @@ type
|
||||
|
||||
|
||||
implementation
|
||||
uses FileUtil, resource, resreader, InterfaceBase, rxconst, LazFileUtils, LazUTF8
|
||||
uses FileUtil, resource, resreader, InterfaceBase, rxconst, LazFileUtils,
|
||||
LazUTF8, LCLPlatformDef
|
||||
{$IFDEF WINDOWS}
|
||||
, winpeimagereader
|
||||
{$ENDIF}
|
||||
|
Reference in New Issue
Block a user