diff --git a/lcl/lcltype.pp b/lcl/lcltype.pp index 005d0649bd..e5d80f398a 100644 --- a/lcl/lcltype.pp +++ b/lcl/lcltype.pp @@ -2531,7 +2531,7 @@ type TLMTimer = record Msg: Cardinal; - TimerID: LongWord; + TimerID: PtrUInt; TimerProc: TFarProc; Result: LRESULT; end;