[PATCH 0/4] MR313: win32u: Finish moving raw input APIs.

Zebediah Figura zfigura at codeweavers.com
Mon Jun 27 17:22:16 CDT 2022


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.



More information about the wine-devel mailing list