Commit 4100c229 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

EXTLOGPEN.elpHatch can contain a handle as well.

parent 35c20561
...@@ -1501,7 +1501,7 @@ typedef struct tagEXTLOGPEN ...@@ -1501,7 +1501,7 @@ typedef struct tagEXTLOGPEN
DWORD elpWidth; DWORD elpWidth;
UINT elpBrushStyle; UINT elpBrushStyle;
COLORREF elpColor; COLORREF elpColor;
LONG elpHatch; ULONG_PTR elpHatch;
DWORD elpNumEntries; DWORD elpNumEntries;
DWORD elpStyleEntry[1]; DWORD elpStyleEntry[1];
} EXTLOGPEN, *PEXTLOGPEN, *NPEXTLOGPEN, *LPEXTLOGPEN; } EXTLOGPEN, *PEXTLOGPEN, *NPEXTLOGPEN, *LPEXTLOGPEN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment