* 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:
marco 2011-04-11 09:48:51 +00:00
parent a37d6edba2
commit 5595aafa90

View File

@ -264,6 +264,9 @@ Type
ValUInt = Word;
{$endif CPU16}
NativeInt = PtrInt;
NativeUint = PtrUint;
{ Zero - terminated strings }
PChar = ^Char;
PPChar = ^PChar;