mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:49:29 +02:00
* use ufvcommon in udialogs
git-svn-id: branches/unicodekvm@48600 -
This commit is contained in:
parent
a9a0dfeae3
commit
79aac426fd
@ -131,7 +131,7 @@ begin
|
||||
begin
|
||||
AddInclude('dialogs.inc');
|
||||
AddInclude('platform.inc');
|
||||
AddUnit('fvcommon');
|
||||
AddUnit('ufvcommon');
|
||||
AddUnit('fvconsts');
|
||||
AddUnit('udrivers');
|
||||
AddUnit('uviews');
|
||||
|
@ -67,7 +67,12 @@ USES
|
||||
OS2Def, DosCalls, PMWIN, { Standard units }
|
||||
{$ENDIF}
|
||||
|
||||
FVCommon, FVConsts, Objects, { Standard GFV units }
|
||||
{$ifdef FV_UNICODE}
|
||||
UFVCommon,
|
||||
{$else FV_UNICODE}
|
||||
FVCommon,
|
||||
{$endif FV_UNICODE}
|
||||
FVConsts, Objects, { Standard GFV units }
|
||||
{$ifdef FV_UNICODE}
|
||||
UDrivers, UViews, UValidate;
|
||||
{$else FV_UNICODE}
|
||||
|
Loading…
Reference in New Issue
Block a user