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

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


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.



More information about the wine-devel mailing list