mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 14:49:28 +02:00
LCL, fix startup in linux/qt 64 bits
git-svn-id: trunk@11674 -
This commit is contained in:
parent
cd0e464bfd
commit
7461ec0201
@ -37,7 +37,7 @@ type
|
||||
FInterval : Cardinal;
|
||||
FOnStartTimer: TNotifyEvent;
|
||||
FOnStopTimer: TNotifyEvent;
|
||||
FTimerHandle : integer;
|
||||
FTimerHandle : THandle;
|
||||
FOnTimer : TNotifyEvent;
|
||||
FEnabled : Boolean;
|
||||
procedure Timer;
|
||||
@ -64,7 +64,7 @@ type
|
||||
implementation
|
||||
|
||||
const
|
||||
cIdNoTimer = -1; { timer ID for an invalid timer }
|
||||
cIdNoTimer = THandle(-1); { timer ID for an invalid timer }
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
Method: TCustomTimer.Create
|
||||
|
Loading…
Reference in New Issue
Block a user