commit | 4100c22901cb27f8f5f4f9aeb462b7a33c3577dd | [log] [tgz] |
---|---|---|
author | Dmitry Timoshkov <dmitry@codeweavers.com> | Mon Sep 12 15:28:31 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Sep 12 15:28:31 2005 +0000 |
tree | a56f756525651bbeecac07b4bbea2c583746fdf6 | |
parent | 35c20561a7f53d7abc1e09b8334db231b704b5e4 [diff] [blame] |
EXTLOGPEN.elpHatch can contain a handle as well.
diff --git a/include/wingdi.h b/include/wingdi.h index e29bed9..ed6d4ca 100644 --- a/include/wingdi.h +++ b/include/wingdi.h
@@ -1501,7 +1501,7 @@ DWORD elpWidth; UINT elpBrushStyle; COLORREF elpColor; - LONG elpHatch; + ULONG_PTR elpHatch; DWORD elpNumEntries; DWORD elpStyleEntry[1]; } EXTLOGPEN, *PEXTLOGPEN, *NPEXTLOGPEN, *LPEXTLOGPEN;