Rémi Bernon (@rbernon) commented about dlls/user32/rawinput.c:
}
#ifdef _WIN64 +typedef RAWINPUTHEADER RAWINPUTHEADER64;
I'm not sure about the typedef, it's not used anywhere (yet?). I understand it makes things consistent on both sides of the `#ifdef` though. I guess I'm fine keeping it, just saying.