EXTLOGPEN.elpHatch can contain a handle as well.

This commit is contained in:
Dmitry Timoshkov 2005-09-12 15:28:31 +00:00 committed by Alexandre Julliard
parent 35c20561a7
commit 4100c22901

View file

@ -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;