You've already forked lazarus-ccr
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:
@ -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};
|
||||
|
Reference in New Issue
Block a user