--- Merging r32613 into '.':

U    tests/webtbs/tw28713b.pp
--- Recording mergeinfo for merge of r32613 into '.':

git-svn-id: branches/fixes_3_0@34066 -
This commit is contained in:
Jonas Maebe 2016-07-04 20:56:36 +00:00
parent c86b538a25
commit 2d99a173eb

View File

@ -4,7 +4,7 @@
type
PWordArray = ^TWordArray;
TWordArray = array [0..1023]of LongWord;
TWordArray = array [0..1023] of PtrUInt;
TMyclass = class
LoByte,HiByte:Byte