* use ufvcommon in udialogs

git-svn-id: branches/unicodekvm@48600 -
This commit is contained in:
nickysn 2021-02-10 13:46:42 +00:00
parent a9a0dfeae3
commit 79aac426fd
2 changed files with 7 additions and 2 deletions

View File

@ -131,7 +131,7 @@ begin
begin
AddInclude('dialogs.inc');
AddInclude('platform.inc');
AddUnit('fvcommon');
AddUnit('ufvcommon');
AddUnit('fvconsts');
AddUnit('udrivers');
AddUnit('uviews');

View File

@ -67,7 +67,12 @@ USES
OS2Def, DosCalls, PMWIN, { Standard units }
{$ENDIF}
FVCommon, FVConsts, Objects, { Standard GFV units }
{$ifdef FV_UNICODE}
UFVCommon,
{$else FV_UNICODE}
FVCommon,
{$endif FV_UNICODE}
FVConsts, Objects, { Standard GFV units }
{$ifdef FV_UNICODE}
UDrivers, UViews, UValidate;
{$else FV_UNICODE}