mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 21:09:07 +02:00
* TLogBrush.lbHatch should be ulong_ptr (win64 problem)
git-svn-id: trunk@11984 -
This commit is contained in:
parent
eac6ce9a98
commit
e5d18aba3e
@ -2393,7 +2393,7 @@ Const
|
|||||||
LOGBRUSH = record
|
LOGBRUSH = record
|
||||||
lbStyle : UINT;
|
lbStyle : UINT;
|
||||||
lbColor : COLORREF;
|
lbColor : COLORREF;
|
||||||
lbHatch : LONG;
|
lbHatch : ULONG_PTR;
|
||||||
end;
|
end;
|
||||||
tagLOGBRUSH = LOGBRUSH;
|
tagLOGBRUSH = LOGBRUSH;
|
||||||
TLOGBRUSH = LOGBRUSH;
|
TLOGBRUSH = LOGBRUSH;
|
||||||
|
Loading…
Reference in New Issue
Block a user