mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 08:30:58 +02:00
lcl: TLMTimer must use PtrUInt for timer ID (patch by Aison)
git-svn-id: trunk@24170 -
This commit is contained in:
parent
46ac431f2b
commit
0e2064bfbe
@ -2531,7 +2531,7 @@ type
|
|||||||
|
|
||||||
TLMTimer = record
|
TLMTimer = record
|
||||||
Msg: Cardinal;
|
Msg: Cardinal;
|
||||||
TimerID: LongWord;
|
TimerID: PtrUInt;
|
||||||
TimerProc: TFarProc;
|
TimerProc: TFarProc;
|
||||||
Result: LRESULT;
|
Result: LRESULT;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user