mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 13:59: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;
|
mrNoToAll = System.UITypes.mrNoToAll;
|
||||||
mrYesToAll= System.UITypes.mrYesToAll;
|
mrYesToAll= System.UITypes.mrYesToAll;
|
||||||
mrClose = System.UITypes.mrClose;
|
mrClose = System.UITypes.mrClose;
|
||||||
{$IF FPC_FULLVERSION>30300}
|
{$IF FPC_FULLVERSION>=30203}
|
||||||
mrContinue= System.UITypes.mrContinue;
|
mrContinue= System.UITypes.mrContinue;
|
||||||
mrTryAgain= System.UITypes.mrTryAgain;
|
mrTryAgain= System.UITypes.mrTryAgain;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
@ -999,7 +999,7 @@ const
|
|||||||
idButtonAll,
|
idButtonAll,
|
||||||
idButtonNoToAll,
|
idButtonNoToAll,
|
||||||
idButtonYesToAll,
|
idButtonYesToAll,
|
||||||
{$IF FPC_FULLVERSION>30300}
|
{$IF FPC_FULLVERSION>=30203}
|
||||||
idButtonContinue,
|
idButtonContinue,
|
||||||
idButtonTryAgain,
|
idButtonTryAgain,
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
Loading…
Reference in New Issue
Block a user