Re: [PATCH v5] user32: Add MOUSEHOOKSTRUCTEX to improve mouse wheel support
3 Feb
2016
3 Feb
'16
1:31 a.m.
+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
3597
Age (days ago)
3597
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alex Henrie