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;