mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +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
|
||||
lbStyle : UINT;
|
||||
lbColor : COLORREF;
|
||||
lbHatch : LONG;
|
||||
lbHatch : ULONG_PTR;
|
||||
end;
|
||||
tagLOGBRUSH = LOGBRUSH;
|
||||
TLOGBRUSH = LOGBRUSH;
|
||||
|
Loading…
Reference in New Issue
Block a user