mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[UMPNPMGR] Fix build.
This commit is contained in:
parent
47e90b5ea4
commit
e095695a64
1 changed files with 1 additions and 5 deletions
|
@ -2723,17 +2723,13 @@ PNP_GetDeviceStatus(
|
||||||
DWORD *pulProblem,
|
DWORD *pulProblem,
|
||||||
DWORD ulFlags)
|
DWORD ulFlags)
|
||||||
{
|
{
|
||||||
PLUGPLAY_CONTROL_STATUS_DATA PlugPlayData;
|
|
||||||
CONFIGRET ret = CR_SUCCESS;
|
|
||||||
NTSTATUS Status;
|
|
||||||
|
|
||||||
UNREFERENCED_PARAMETER(hBinding);
|
UNREFERENCED_PARAMETER(hBinding);
|
||||||
UNREFERENCED_PARAMETER(ulFlags);
|
UNREFERENCED_PARAMETER(ulFlags);
|
||||||
|
|
||||||
DPRINT("PNP_GetDeviceStatus(%p %S %p %p)\n",
|
DPRINT("PNP_GetDeviceStatus(%p %S %p %p)\n",
|
||||||
hBinding, pDeviceID, pulStatus, pulProblem, ulFlags);
|
hBinding, pDeviceID, pulStatus, pulProblem, ulFlags);
|
||||||
|
|
||||||
return GetDeviceStatus(pDeviceId, pulStatus, pulProblem);
|
return GetDeviceStatus(pDeviceID, pulStatus, pulProblem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue