Rémi Bernon (@rbernon) commented about dlls/win32u/rawinput.c:
free( server_devices );
- if (ret)
- {
// Send WM_INPUT_DEVICE_CHANGE for existing devices when registering for notifications
Please use C-style comments. Also regarding style, please keep it consistent with the code around, ie: use spaces inside function and macros parentheses.