[PATCH v5] user32: Add MOUSEHOOKSTRUCTEX to improve mouse wheel support

Alex Henrie alexhenrie24 at gmail.com
Wed Feb 3 01:31:51 CST 2016


+typedef struct
+{
+    struct { /* MOUSEHOOKSTRUCT */
+        POINT pt;
+        HWND  hwnd;
+        UINT  wHitTestCode;
+        ULONG_PTR dwExtraInfo;
+    } DUMMYSTRUCTNAME;
+    DWORD           mouseData;
+} MOUSEHOOKSTRUCTEX, *PMOUSEHOOKSTRUCTEX, *LPMOUSEHOOKSTRUCTEX;

Other than the excessive indentation in "DWORD           mouseData",
this patch looks good, and the user32 tests still pass on my machine.

-Alex



More information about the wine-devel mailing list