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.