mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 18:50:37 +02:00
* support for Delphi/64 NativeInt and NativeUint as shown in several promotions on the web. (aliases for ptrint/ptruint)
git-svn-id: trunk@17303 -
This commit is contained in:
parent
a37d6edba2
commit
5595aafa90
@ -264,6 +264,9 @@ Type
|
||||
ValUInt = Word;
|
||||
{$endif CPU16}
|
||||
|
||||
NativeInt = PtrInt;
|
||||
NativeUint = PtrUint;
|
||||
|
||||
{ Zero - terminated strings }
|
||||
PChar = ^Char;
|
||||
PPChar = ^PChar;
|
||||
|
Loading…
Reference in New Issue
Block a user