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

Jacek Caban (@jacek) wine at gitlab.winehq.org
Sat Jun 25 12:48:24 CDT 2022


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.

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/313#note_2702



More information about the wine-devel mailing list