* use ufvcommon in uhistlist

git-svn-id: branches/unicodekvm@48598 -
This commit is contained in:
nickysn 2021-02-10 13:44:05 +00:00
parent 88e960cd00
commit f5005e4646
2 changed files with 8 additions and 2 deletions

View File

@ -207,7 +207,7 @@ begin
begin
AddInclude('histlist.inc');
AddInclude('platform.inc');
AddUnit('fvcommon');
AddUnit('ufvcommon');
end;
T:=P.Targets.AddUnit('inplong.pas');
with T.Dependencies do

View File

@ -79,7 +79,13 @@ UNIT HistList;
{$V-} { Turn off strict VAR strings }
{====================================================================}
USES FVCommon, Objects; { Standard GFV units }
USES
{$ifdef FV_UNICODE}
UFVCommon,
{$else FV_UNICODE}
FVCommon,
{$endif FV_UNICODE}
Objects; { Standard GFV units }
{***************************************************************************}
{ INTERFACE ROUTINES }