comctl32: toolbar[1/4]: change the dwData from DWORD to DWORD_PTR

Mikołaj Zalewski mikolaj at zalewski.pl
Sat Oct 14 12:52:46 CDT 2006


the value we store in it is a DWORD_PTR
-------------- next part --------------
diff --git a/dlls/comctl32/toolbar.c b/dlls/comctl32/toolbar.c
index 100af62..d2c646c 100644
--- a/dlls/comctl32/toolbar.c
+++ b/dlls/comctl32/toolbar.c
@@ -96,7 +96,7 @@ typedef struct
     BYTE  fsStyle;
     BYTE  bHot;
     BYTE  bDropDownPressed;
-    DWORD dwData;
+    DWORD_PTR dwData;
     INT_PTR iString;
     INT nRow;
     RECT rect;
-- 
1.4.2.3


More information about the wine-patches mailing list