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