You've already forked lazarus-ccr
Define TByteDynArray as Types.TByteDynArray
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1168 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -14,6 +14,8 @@
|
||||
unit wst_types;
|
||||
|
||||
interface
|
||||
uses
|
||||
Types;
|
||||
|
||||
{$INCLUDE wst.inc}
|
||||
{$INCLUDE wst_delphi.inc}
|
||||
@ -27,7 +29,7 @@ type
|
||||
TBinaryString = ansistring;
|
||||
{$ENDIF}
|
||||
|
||||
TByteDynArray = array of Byte;
|
||||
TByteDynArray = Types.TByteDynArray;
|
||||
|
||||
{ TDataObject }
|
||||
|
||||
|
Reference in New Issue
Block a user