mirror of
https://github.com/reactos/reactos.git
synced 2024-11-24 03:53:31 +08:00
[UMPNPMGR] Fix build.
This commit is contained in:
parent
47e90b5ea4
commit
e095695a64
@ -2723,17 +2723,13 @@ PNP_GetDeviceStatus(
|
||||
DWORD *pulProblem,
|
||||
DWORD ulFlags)
|
||||
{
|
||||
PLUGPLAY_CONTROL_STATUS_DATA PlugPlayData;
|
||||
CONFIGRET ret = CR_SUCCESS;
|
||||
NTSTATUS Status;
|
||||
|
||||
UNREFERENCED_PARAMETER(hBinding);
|
||||
UNREFERENCED_PARAMETER(ulFlags);
|
||||
|
||||
DPRINT("PNP_GetDeviceStatus(%p %S %p %p)\n",
|
||||
hBinding, pDeviceID, pulStatus, pulProblem, ulFlags);
|
||||
|
||||
return GetDeviceStatus(pDeviceId, pulStatus, pulProblem);
|
||||
return GetDeviceStatus(pDeviceID, pulStatus, pulProblem);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user