git-svn-id: branches/unicodekvm@48600 -
@@ -131,7 +131,7 @@ begin
begin
AddInclude('dialogs.inc');
AddInclude('platform.inc');
- AddUnit('fvcommon');
+ AddUnit('ufvcommon');
AddUnit('fvconsts');
AddUnit('udrivers');
AddUnit('uviews');
@@ -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}