LCL: Fix the %MainUnit directive in custompage.inc. Issue #38991, patch from Don Siders.

git-svn-id: trunk@65221 -
This commit is contained in:
juha 2021-06-11 21:18:30 +00:00
parent 1ea2257e11
commit 8ec75e6918

View File

@ -1,4 +1,4 @@
{%MainUnit ../extctrls.pp}
{%MainUnit ../comctrls.pp}
{
*****************************************************************************
@ -280,4 +280,4 @@ begin
Result := False;
end;
// included by extctrls.pp
// included by comctrls.pp