mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:29:29 +02:00
* use ufvcommon in uhistlist
git-svn-id: branches/unicodekvm@48598 -
This commit is contained in:
parent
88e960cd00
commit
f5005e4646
@ -207,7 +207,7 @@ begin
|
||||
begin
|
||||
AddInclude('histlist.inc');
|
||||
AddInclude('platform.inc');
|
||||
AddUnit('fvcommon');
|
||||
AddUnit('ufvcommon');
|
||||
end;
|
||||
T:=P.Targets.AddUnit('inplong.pas');
|
||||
with T.Dependencies do
|
||||
|
@ -79,7 +79,13 @@ UNIT HistList;
|
||||
{$V-} { Turn off strict VAR strings }
|
||||
{====================================================================}
|
||||
|
||||
USES FVCommon, Objects; { Standard GFV units }
|
||||
USES
|
||||
{$ifdef FV_UNICODE}
|
||||
UFVCommon,
|
||||
{$else FV_UNICODE}
|
||||
FVCommon,
|
||||
{$endif FV_UNICODE}
|
||||
Objects; { Standard GFV units }
|
||||
|
||||
{***************************************************************************}
|
||||
{ INTERFACE ROUTINES }
|
||||
|
Loading…
Reference in New Issue
Block a user