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:
inoussa
2010-02-27 15:06:36 +00:00
parent 081ba414fd
commit 83d29760ee

View File

@ -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 }