On Tue Feb 7 10:05:15 2023 +0000, Rémi Bernon wrote:
I'm not sure it's really useful to rename the variable. At least, doing it in this quite unrelated change, only adds noise.
`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.