mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +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;
|
||||
NativeUint = PtrUint;
|
||||
|
||||
Int8 = ShortInt;
|
||||
Int16 = SmallInt;
|
||||
Int32 = Integer;
|
||||
IntPtr = PtrInt;
|
||||
UInt8 = Byte;
|
||||
UInt16 = Word;
|
||||
UInt32 = Cardinal;
|
||||
UIntPtr = PtrUInt;
|
||||
|
||||
{ Zero - terminated strings }
|
||||
PChar = ^Char;
|
||||
PPChar = ^PChar;
|
||||
|
Loading…
Reference in New Issue
Block a user