Files
lazarus-ccr/wst/trunk/wst_delphi.inc

11 lines
218 B
PHP
Raw Normal View History

{$IFNDEF FPC}
type
QWord = type Int64;
DWORD = LongWord;
PtrInt = Integer;
PByteArray = ^ByteArray;
ByteArray = array[0..$effffff] of Byte;
PtrUInt = Cardinal;
SizeInt = Longint;
{$ENDIF}