lcl: TLMTimer must use PtrUInt for timer ID (patch by Aison)

git-svn-id: trunk@24170 -
This commit is contained in:
paul 2010-03-22 14:30:28 +00:00
parent 46ac431f2b
commit 0e2064bfbe

View File

@ -2531,7 +2531,7 @@ type
TLMTimer = record
Msg: Cardinal;
TimerID: LongWord;
TimerID: PtrUInt;
TimerProc: TFarProc;
Result: LRESULT;
end;