|
@@ -417,6 +417,17 @@ type
|
|
PWordBool = ^WordBool;
|
|
PWordBool = ^WordBool;
|
|
PLongBool = ^LongBool;
|
|
PLongBool = ^LongBool;
|
|
|
|
|
|
|
|
+ PNativeInt = PPtrInt;
|
|
|
|
+ PNativeUInt = PPtrUint;
|
|
|
|
+ pInt8 = PShortInt;
|
|
|
|
+ pInt16 = PSmallint;
|
|
|
|
+ pInt32 = PLongint;
|
|
|
|
+ PIntPtr = PPtrInt;
|
|
|
|
+ pUInt8 = PByte;
|
|
|
|
+ pUInt16 = PWord;
|
|
|
|
+ pUInt32 = PDWord;
|
|
|
|
+ PUintPtr = PPtrUInt;
|
|
|
|
+
|
|
PShortString = ^ShortString;
|
|
PShortString = ^ShortString;
|
|
PAnsiString = ^AnsiString;
|
|
PAnsiString = ^AnsiString;
|
|
|
|
|