25 Jun
2022
25 Jun
'22
12:50 p.m.
Rémi Bernon (@rbernon) commented about dlls/wow64win/user.c:
* whether it's operating under WoW64 or not. */ return NtUserGetRawInputBuffer( data, data_size, sizeof(RAWINPUTHEADER) ); } + +NTSTATUS WINAPI wow64_NtUserRegisterRawInputDevices( UINT *args ) +{ + const RAWINPUTDEVICE *devices32 = get_ptr( &args );
Here as well, I guess it should be RAWINPUTDEVICE32. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/313#note_2703