[UMPNPMGR] PNP_SetHwProf is not implemented in Windows XP and returns CR_CALL_NOT_IMPLEMENTED.

This commit is contained in:
Eric Kohl 2019-06-11 16:32:44 +02:00
parent 95848cb538
commit acc821e1ea

View file

@ -3478,7 +3478,6 @@ PNP_SetHwProf(
DWORD ulHardwareProfile,
DWORD ulFlags)
{
UNIMPLEMENTED;
return CR_CALL_NOT_IMPLEMENTED;
}