mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:42:57 +00:00
[UMPNPMGR] PNP_SetHwProf is not implemented in Windows XP and returns CR_CALL_NOT_IMPLEMENTED.
This commit is contained in:
parent
95848cb538
commit
acc821e1ea
1 changed files with 0 additions and 1 deletions
|
@ -3478,7 +3478,6 @@ PNP_SetHwProf(
|
||||||
DWORD ulHardwareProfile,
|
DWORD ulHardwareProfile,
|
||||||
DWORD ulFlags)
|
DWORD ulFlags)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
|
||||||
return CR_CALL_NOT_IMPLEMENTED;
|
return CR_CALL_NOT_IMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue