mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:19:19 +02:00
* Adding Delphi (2010 or XE) equivalents to our ctypes unit. Mantis #21537
git-svn-id: trunk@20603 -
This commit is contained in:
parent
6fd24693d6
commit
d7d461f6d3
@ -289,6 +289,15 @@ Type
|
|||||||
NativeInt = PtrInt;
|
NativeInt = PtrInt;
|
||||||
NativeUint = PtrUint;
|
NativeUint = PtrUint;
|
||||||
|
|
||||||
|
Int8 = ShortInt;
|
||||||
|
Int16 = SmallInt;
|
||||||
|
Int32 = Integer;
|
||||||
|
IntPtr = PtrInt;
|
||||||
|
UInt8 = Byte;
|
||||||
|
UInt16 = Word;
|
||||||
|
UInt32 = Cardinal;
|
||||||
|
UIntPtr = PtrUInt;
|
||||||
|
|
||||||
{ Zero - terminated strings }
|
{ Zero - terminated strings }
|
||||||
PChar = ^Char;
|
PChar = ^Char;
|
||||||
PPChar = ^PChar;
|
PPChar = ^PChar;
|
||||||
|
Loading…
Reference in New Issue
Block a user