mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 15:49:27 +02:00
LCL: made tagLOGBRUSH.lbHatch unsigned, as it is unsigned in the windows unit and in the winapi docs.
fixes issue #18159 and issue #16088 git-svn-id: trunk@28637 -
This commit is contained in:
parent
2ce4a945bb
commit
b1d4dc1fb8
@ -2239,7 +2239,7 @@ type
|
||||
tagLOGBRUSH = record
|
||||
lbStyle: LongWord;
|
||||
lbColor: TColorRef;
|
||||
lbHatch: PtrInt;
|
||||
lbHatch: PtrUInt;
|
||||
end;
|
||||
TLogBrush = tagLOGBRUSH;
|
||||
LOGBRUSH = tagLOGBRUSH;
|
||||
|
Loading…
Reference in New Issue
Block a user