You've already forked lazarus-ccr
TTest_TIntfPoolItem TTest_TSimpleItemFactory TTest_XmlRpcFormatterExceptionBlock TTest_SoapFormatterExceptionBlock Record serialization test git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@243 8e941d3f-bd1b-0410-a28a-d453659cc2b4
11 lines
218 B
PHP
11 lines
218 B
PHP
{$IFNDEF FPC}
|
|
type
|
|
QWord = type Int64;
|
|
DWORD = LongWord;
|
|
PtrInt = Integer;
|
|
PByteArray = ^ByteArray;
|
|
ByteArray = array[0..$effffff] of Byte;
|
|
PtrUInt = Cardinal;
|
|
SizeInt = Longint;
|
|
{$ENDIF}
|