On Tue Feb 7 16:40:38 2023 +0000, Evan Tang wrote:
`devices` shadows the static global of the same name, so I renamed this to match `NtUserGetRawInputDeviceList` (which also needs to access the global). Some alternatives:
- Rename the global instead
- Use a helper function for sending the messages, which uses a different
name for the device list I can also move the rename to a separate commit if that helps.
Oh okay makes sense, nevermind then.