mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 21:20:30 +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
|
||||
Msg: Cardinal;
|
||||
TimerID: LongWord;
|
||||
TimerID: PtrUInt;
|
||||
TimerProc: TFarProc;
|
||||
Result: LRESULT;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user