27 Jun
2022
27 Jun
'22
5:22 p.m.
On 6/25/22 12:48, Jacek Caban (@jacek) wrote:
Jacek Caban (@jacek) commented about dlls/wow64win/user.c:
return NtUserRegisterRawInputDevices( devices64, count, sizeof(*devices64) ); } + +NTSTATUS WINAPI wow64_NtUserGetRegisteredRawInputDevices( UINT *args ) +{ + RAWINPUTDEVICE *devices32 = get_ptr( &args );
This should use RAWINPUTDEVICE32.
Thanks for catching this; I've sent a new version with this fixed.