mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
EXTLOGPEN.elpHatch can contain a handle as well.
This commit is contained in:
parent
35c20561a7
commit
4100c22901
1 changed files with 1 additions and 1 deletions
|
@ -1501,7 +1501,7 @@ typedef struct tagEXTLOGPEN
|
|||
DWORD elpWidth;
|
||||
UINT elpBrushStyle;
|
||||
COLORREF elpColor;
|
||||
LONG elpHatch;
|
||||
ULONG_PTR elpHatch;
|
||||
DWORD elpNumEntries;
|
||||
DWORD elpStyleEntry[1];
|
||||
} EXTLOGPEN, *PEXTLOGPEN, *NPEXTLOGPEN, *LPEXTLOGPEN;
|
||||
|
|
Loading…
Reference in a new issue