mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 18:40:24 +02:00
Qt: fixed compilation for 64bit
git-svn-id: trunk@33484 -
This commit is contained in:
parent
014bdd4735
commit
1b537316df
@ -821,7 +821,7 @@ type
|
|||||||
FMaxCount: Int64;
|
FMaxCount: Int64;
|
||||||
FInvalidCount: Int64;
|
FInvalidCount: Int64;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
FCount: Integer;
|
FCount: PtrInt;
|
||||||
FSavedHandlesList: TMap;
|
FSavedHandlesList: TMap;
|
||||||
public
|
public
|
||||||
constructor Create;
|
constructor Create;
|
||||||
|
Loading…
Reference in New Issue
Block a user