lcl: comment

git-svn-id: trunk@56207 -
This commit is contained in:
mattias 2017-10-26 14:16:50 +00:00
parent d07e04d57d
commit f7c4861200

View File

@ -28,7 +28,7 @@ uses
type
// SysUtils.LongRec has unsigned Word for Lo and Hi,
// we need a similar record with signed ShortInt
// we need a similar record with signed SmallInt
LazLongRec = packed record
{$ifdef FPC_LITTLE_ENDIAN}
Lo,Hi : SmallInt;