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:
vincents 2010-12-06 13:25:51 +00:00
parent 2ce4a945bb
commit b1d4dc1fb8

View File

@ -2239,7 +2239,7 @@ type
tagLOGBRUSH = record
lbStyle: LongWord;
lbColor: TColorRef;
lbHatch: PtrInt;
lbHatch: PtrUInt;
end;
TLogBrush = tagLOGBRUSH;
LOGBRUSH = tagLOGBRUSH;