mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 08:29:32 +01:00
* added uint64 alias
git-svn-id: trunk@7338 -
This commit is contained in:
parent
6ec55d2e74
commit
5c914393d5
@ -86,6 +86,7 @@ Type
|
||||
DWord = LongWord;
|
||||
Cardinal = LongWord;
|
||||
Integer = SmallInt;
|
||||
UInt64 = QWord;
|
||||
|
||||
{ moved here from psystem.pas
|
||||
Delphi allows chose of overloaded procedure depending
|
||||
|
||||
Loading…
Reference in New Issue
Block a user