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

12 lines
246 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;
UnicodeChar = WideChar;
{$ENDIF}