FIX: Lazarus 4.6 compatibility

This commit is contained in:
Alexander Koblov 2026-05-18 19:16:56 +03:00
commit ab77a7183f

View file

@ -178,6 +178,11 @@ uses
{$ENDIF}
;
{$IF NOT DECLARED(scAltGr)}
const
scAltGr = $800;
{$ENDIF}
type
TModifiersMap = record
Shift: TShiftStateEnum;