mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 04:29:25 +02:00
re-add TByteArray
git-svn-id: trunk@4730 -
This commit is contained in:
parent
93914efcb7
commit
053ea37be4
@ -112,6 +112,10 @@ type
|
||||
HBRUSH = Windows.HBrush;
|
||||
{$endif}
|
||||
|
||||
// from Delphis sysutils.pas
|
||||
PByteArray = ^TByteArray;
|
||||
TByteArray = array[0..32767] of Byte;
|
||||
|
||||
var
|
||||
hInstance :HINST;
|
||||
|
||||
@ -1877,6 +1881,9 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.46 2003/10/23 19:03:13 ajgenius
|
||||
re-add TByteArray
|
||||
|
||||
Revision 1.45 2003/10/23 16:15:30 micha
|
||||
compatibility with new 1.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user