https://git.reactos.org/?p=reactos.git;a=commitdiff;h=acc821e1ea07ffb49ed38…
commit acc821e1ea07ffb49ed384118b622d06600b8f5b
Author: Eric Kohl <eric.kohl(a)reactos.org>
AuthorDate: Tue Jun 11 16:32:44 2019 +0200
Commit: Eric Kohl <eric.kohl(a)reactos.org>
CommitDate: Tue Jun 11 16:32:44 2019 +0200
[UMPNPMGR] PNP_SetHwProf is not implemented in Windows XP and returns
CR_CALL_NOT_IMPLEMENTED.
---
base/services/umpnpmgr/rpcserver.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/base/services/umpnpmgr/rpcserver.c b/base/services/umpnpmgr/rpcserver.c
index e7d09b8cd34..fc20f0d3355 100644
--- a/base/services/umpnpmgr/rpcserver.c
+++ b/base/services/umpnpmgr/rpcserver.c
@@ -3478,7 +3478,6 @@ PNP_SetHwProf(
DWORD ulHardwareProfile,
DWORD ulFlags)
{
- UNIMPLEMENTED;
return CR_CALL_NOT_IMPLEMENTED;
}