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

Rémi Bernon (@rbernon) wine at gitlab.winehq.org
Sat Jun 25 12:50:49 CDT 2022


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.

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



More information about the wine-devel mailing list