23 Jun
2022
23 Jun
'22
3:47 p.m.
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