From 0448b0da4eeae057072a52b95b6cc79e4939899e Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Wed, 1 Mar 2017 21:52:20 +0000 Subject: [PATCH] [UMPNPMGR] Fix a property id for a call to NtPlugPlayControl(). svn path=/trunk/; revision=74021 --- reactos/base/services/umpnpmgr/umpnpmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/services/umpnpmgr/umpnpmgr.c b/reactos/base/services/umpnpmgr/umpnpmgr.c index f64f3c585a5..c46e7056aee 100644 --- a/reactos/base/services/umpnpmgr/umpnpmgr.c +++ b/reactos/base/services/umpnpmgr/umpnpmgr.c @@ -946,7 +946,7 @@ PNP_GetDeviceRegProp( #endif case CM_DRP_REMOVAL_POLICY: - PlugPlayData.Property = 0x12; // DevicePropertyRemovalPolicy + PlugPlayData.Property = 0x13; // DevicePropertyRemovalPolicy break; #if 0