27 Jun
2022
27 Jun
'22
5:22 p.m.
On 6/25/22 12:50, Rémi Bernon (@rbernon) wrote:
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.
Thanks for catching this; I've sent a new version with this fixed.