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.ChildWindowsShowLast;
|
||||||
FNavPanel.ShowHiddenBtnOnResize;
|
FNavPanel.ShowHiddenBtnOnResize;
|
||||||
CloseAction:=caFree;
|
CloseAction:=caFree;
|
||||||
|
if Assigned(Owner) then
|
||||||
Owner.RemoveComponent(Self);
|
Owner.RemoveComponent(Self);
|
||||||
FNavPanel.FMainPanel.RemoveControl(Sender as TCustomForm);
|
FNavPanel.FMainPanel.RemoveControl(Sender as TCustomForm);
|
||||||
Application.ReleaseComponent(Self);
|
Application.ReleaseComponent(Self);
|
||||||
|
@ -111,7 +111,8 @@ type
|
|||||||
|
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
uses FileUtil, resource, resreader, InterfaceBase, rxconst, LazFileUtils, LazUTF8
|
uses FileUtil, resource, resreader, InterfaceBase, rxconst, LazFileUtils,
|
||||||
|
LazUTF8, LCLPlatformDef
|
||||||
{$IFDEF WINDOWS}
|
{$IFDEF WINDOWS}
|
||||||
, winpeimagereader
|
, winpeimagereader
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
Reference in New Issue
Block a user