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
DWORD elpWidth;
UINT elpBrushStyle;
COLORREF elpColor;
LONG elpHatch;
ULONG_PTR elpHatch;
DWORD elpNumEntries;
DWORD elpStyleEntry[1];
} 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