EXTLOGPEN.elpHatch can contain a handle as well

Dmitry Timoshkov dmitry at baikal.ru
Mon Sep 12 08:26:59 CDT 2005


Hello,

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    EXTLOGPEN.elpHatch can contain a handle as well.

--- cvs/hq/wine/include/wingdi.h	Mon Sep 12 13:25:02 2005
+++ wine/include/wingdi.h	Mon Sep 12 13:25:23 2005
@@ -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;






More information about the wine-patches mailing list