* TLogBrush.lbHatch should be ulong_ptr (win64 problem)

git-svn-id: trunk@11984 -
This commit is contained in:
marco 2008-10-27 12:32:57 +00:00
parent eac6ce9a98
commit e5d18aba3e

View File

@ -2393,7 +2393,7 @@ Const
LOGBRUSH = record
lbStyle : UINT;
lbColor : COLORREF;
lbHatch : LONG;
lbHatch : ULONG_PTR;
end;
tagLOGBRUSH = LOGBRUSH;
TLOGBRUSH = LOGBRUSH;