mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
Fix `UnregisterDeviceNotification()` crash on x64 due to pointer truncation. Change signature of `CMP_REGNOTIFY` and `CMP_UNREGNOTIFY` to be correct (use `HDEVNOTIFY` instead of `ULONG`).