[PATCH 0/4] MR271: win32u: Move rawinput APIs.

Rémi Bernon (@rbernon) wine at gitlab.winehq.org
Thu Jun 23 10:47:17 CDT 2022


Rémi Bernon (@rbernon) commented about dlls/wow64win/user.c:
>      POINT   pt;
>  } MSG32;
>  
> +typedef struct
> +{
> +    UINT dwType;
> +    UINT dwSize;
> +    UINT hDevice;
> +    UINT wParam;
I don't know if it really matters but other structs here use the original types (`DWORD`, ...) when the member size doesn't change, and UINT32 wherever it does.

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/271#note_2564



More information about the wine-devel mailing list