LazUtils: more FPC 3.3.1 compilation fixes

This commit is contained in:
Maxim Ganetsky 2023-11-13 02:42:39 +03:00
parent fe520c4f4e
commit 91c3bf3781

View File

@ -102,7 +102,13 @@ const
'mrAll',
'mrNoToAll',
'mrYesToAll',
'mrClose');
'mrClose'
{$IF FPC_FULLVERSION>30300}
,
'mrContinue',
'mrTryAgain'
{$ENDIF}
);
implementation