* use ufvcommon in uviews

git-svn-id: branches/unicodekvm@48597 -
This commit is contained in:
nickysn 2021-02-10 13:42:02 +00:00
parent 047b435131
commit 88e960cd00
2 changed files with 2 additions and 2 deletions

View File

@ -370,7 +370,7 @@ begin
begin
AddInclude('views.inc');
AddInclude('platform.inc');
AddUnit('fvcommon');
AddUnit('ufvcommon');
AddUnit('udrivers');
AddUnit('fvconsts');
end;

View File

@ -60,7 +60,7 @@ USES
Os2Def, DosCalls, PmWin,
{$ENDIF}
Objects, FVCommon, {$ifdef FV_UNICODE}UDrivers{$else}Drivers{$endif}, fvconsts, { GFV standard units }
Objects, {$ifdef FV_UNICODE}UFVCommon,UDrivers{$else}FVCommon,Drivers{$endif}, fvconsts, { GFV standard units }
Video;