@@ -65,22 +65,22 @@ uses
UnixApi.Base, System.Console.Keyboard,
{$endif}
{$ifdef FV_UNICODE}
- FreeVision.UDrivers,
+ FreeVision.UDrivers, FreeVision.Ufvcommon,
{$else FV_UNICODE}
- FreeVision.Drivers,
+ FreeVision.Drivers, FreeVision.Fvcommon,
{$endif FV_UNICODE}
- FreeVision.Fvconsts,FreeVision.Fvcommon;
+ FreeVision.Fvconsts;
{$ELSE}
uses
{$ifdef unix}
baseUnix,keyboard,
- udrivers,
+ udrivers, UFVCommon,
- drivers,
+ drivers, FVCommon,
- fvconsts,FVCommon;
+ fvconsts;
{$ENDIF}
var cProgram : PProgram;
PText : PAnsiChar;