mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 16:59:11 +02:00
* 64-bit fix for extlogpen
git-svn-id: trunk@11985 -
This commit is contained in:
parent
e5d18aba3e
commit
b96c83d5d6
@ -2594,7 +2594,7 @@ Const
|
|||||||
elpWidth : UINT;
|
elpWidth : UINT;
|
||||||
elpBrushStyle : UINT;
|
elpBrushStyle : UINT;
|
||||||
elpColor : COLORREF;
|
elpColor : COLORREF;
|
||||||
elpHatch : LONG;
|
elpHatch : ULONG_ptr;
|
||||||
elpNumEntries : DWORD;
|
elpNumEntries : DWORD;
|
||||||
elpStyleEntry : array[0..0] of DWORD;
|
elpStyleEntry : array[0..0] of DWORD;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user