mirror of
https://github.com/reactos/reactos.git
synced 2026-09-08 18:30:51 +08:00
SetupDiDeleteDeviceInfo always returned FALSE as it used the SP_DEVINFO_DATA structure internally rather than accessing the DeviceInfo structure. Needed for latest XP Nvidia installer. CORE-20472