Add "UInt32" definition

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1755 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2011-07-22 12:31:45 +00:00
parent b976ea6730
commit 45ed50343c

View File

@ -22,6 +22,10 @@ uses
type
{$ifdef fpc}
UInt32 = Cardinal;
{$endif fpc}
{ reprents an array of Byte }
{$IFDEF WST_UNICODESTRING}
TBinaryString = {$IFDEF FPC}ansistring{$ELSE}RawByteString{$ENDIF};