mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 23:10:16 +01:00
lcl: comment
git-svn-id: trunk@56207 -
This commit is contained in:
parent
d07e04d57d
commit
f7c4861200
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user