mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 21:29:31 +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
|
begin
|
||||||
AddInclude('histlist.inc');
|
AddInclude('histlist.inc');
|
||||||
AddInclude('platform.inc');
|
AddInclude('platform.inc');
|
||||||
AddUnit('fvcommon');
|
AddUnit('ufvcommon');
|
||||||
end;
|
end;
|
||||||
T:=P.Targets.AddUnit('inplong.pas');
|
T:=P.Targets.AddUnit('inplong.pas');
|
||||||
with T.Dependencies do
|
with T.Dependencies do
|
||||||
|
@ -79,7 +79,13 @@ UNIT HistList;
|
|||||||
{$V-} { Turn off strict VAR strings }
|
{$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 }
|
{ INTERFACE ROUTINES }
|
||||||
|
Loading…
Reference in New Issue
Block a user