mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 09:38:12 +02:00
LCL: fixed compilation with FPC 3.2.3
This commit is contained in:
parent
50ae771c15
commit
72ea155588
@ -60,7 +60,7 @@ const
|
||||
mrNoToAll = System.UITypes.mrNoToAll;
|
||||
mrYesToAll= System.UITypes.mrYesToAll;
|
||||
mrClose = System.UITypes.mrClose;
|
||||
{$IF FPC_FULLVERSION>30300}
|
||||
{$IF FPC_FULLVERSION>=30203}
|
||||
mrContinue= System.UITypes.mrContinue;
|
||||
mrTryAgain= System.UITypes.mrTryAgain;
|
||||
{$ENDIF}
|
||||
|
@ -999,7 +999,7 @@ const
|
||||
idButtonAll,
|
||||
idButtonNoToAll,
|
||||
idButtonYesToAll,
|
||||
{$IF FPC_FULLVERSION>30300}
|
||||
{$IF FPC_FULLVERSION>=30203}
|
||||
idButtonContinue,
|
||||
idButtonTryAgain,
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user