mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[UMPNPMGR]
Fix a property id for a call to NtPlugPlayControl(). svn path=/trunk/; revision=74021
This commit is contained in:
@@ -946,7 +946,7 @@ PNP_GetDeviceRegProp(
|
||||
#endif
|
||||
|
||||
case CM_DRP_REMOVAL_POLICY:
|
||||
PlugPlayData.Property = 0x12; // DevicePropertyRemovalPolicy
|
||||
PlugPlayData.Property = 0x13; // DevicePropertyRemovalPolicy
|
||||
break;
|
||||
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user