mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 04:29:17 +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
|
begin
|
||||||
AddInclude('validate.inc');
|
AddInclude('validate.inc');
|
||||||
AddInclude('platform.inc');
|
AddInclude('platform.inc');
|
||||||
AddUnit('fvcommon');
|
AddUnit('ufvcommon');
|
||||||
AddUnit('fvconsts');
|
AddUnit('fvconsts');
|
||||||
AddUnit('umsgbox');
|
AddUnit('umsgbox');
|
||||||
end;
|
end;
|
||||||
|
@ -77,7 +77,13 @@ UNIT Validate;
|
|||||||
{$V-} { Turn off strict VAR strings }
|
{$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 }
|
{ PUBLIC CONSTANTS }
|
||||||
|
Loading…
Reference in New Issue
Block a user