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