mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-22 14:19:14 +02:00
LazUtils: more FPC 3.3.1 compilation fixes
This commit is contained in:
parent
fe520c4f4e
commit
91c3bf3781
@ -102,7 +102,13 @@ const
|
||||
'mrAll',
|
||||
'mrNoToAll',
|
||||
'mrYesToAll',
|
||||
'mrClose');
|
||||
'mrClose'
|
||||
{$IF FPC_FULLVERSION>30300}
|
||||
,
|
||||
'mrContinue',
|
||||
'mrTryAgain'
|
||||
{$ENDIF}
|
||||
);
|
||||
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user