mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[UMPNPMGR]
Fix a property id for a call to NtPlugPlayControl(). svn path=/trunk/; revision=74021
This commit is contained in:
parent
fcd6f24ca0
commit
0448b0da4e
1 changed files with 1 additions and 1 deletions
|
@ -946,7 +946,7 @@ PNP_GetDeviceRegProp(
|
|||
#endif
|
||||
|
||||
case CM_DRP_REMOVAL_POLICY:
|
||||
PlugPlayData.Property = 0x12; // DevicePropertyRemovalPolicy
|
||||
PlugPlayData.Property = 0x13; // DevicePropertyRemovalPolicy
|
||||
break;
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Reference in a new issue