Browse Source

* use ufvcommon in uviews

git-svn-id: branches/unicodekvm@48597 -
nickysn 4 years ago
parent
commit
88e960cd00
2 changed files with 2 additions and 2 deletions
  1. 1 1
      packages/fv/fpmake.pp
  2. 1 1
      packages/fv/src/views.inc

+ 1 - 1
packages/fv/fpmake.pp

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

+ 1 - 1
packages/fv/src/views.inc

@@ -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;