mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:29:25 +02:00
* use ufvcommon in unit uvalidate
git-svn-id: branches/unicodekvm@48595 -
This commit is contained in:
parent
cb6a66fed0
commit
1ffb6c6fdf
@ -352,7 +352,7 @@ begin
|
||||
begin
|
||||
AddInclude('validate.inc');
|
||||
AddInclude('platform.inc');
|
||||
AddUnit('fvcommon');
|
||||
AddUnit('ufvcommon');
|
||||
AddUnit('fvconsts');
|
||||
AddUnit('umsgbox');
|
||||
end;
|
||||
|
@ -77,7 +77,13 @@ UNIT Validate;
|
||||
{$V-} { Turn off strict VAR strings }
|
||||
{====================================================================}
|
||||
|
||||
USES FVCommon, Objects, fvconsts; { GFV standard units }
|
||||
USES
|
||||
{$ifdef FV_UNICODE}
|
||||
UFVCommon,
|
||||
{$else FV_UNICODE}
|
||||
FVCommon,
|
||||
{$endif FV_UNICODE}
|
||||
Objects, fvconsts; { GFV standard units }
|
||||
|
||||
{***************************************************************************}
|
||||
{ PUBLIC CONSTANTS }
|
||||
|
Loading…
Reference in New Issue
Block a user