mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[FDC]
10 Build before commit! 20 goto 10 svn path=/trunk/; revision=61115
This commit is contained in:
parent
6e7bfcab4e
commit
fa67f52657
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ FdcFdoPnp(
|
||||||
{
|
{
|
||||||
case BusRelations:
|
case BusRelations:
|
||||||
DPRINT1(" IRP_MJ_PNP / IRP_MN_QUERY_DEVICE_RELATIONS / BusRelations\n");
|
DPRINT1(" IRP_MJ_PNP / IRP_MN_QUERY_DEVICE_RELATIONS / BusRelations\n");
|
||||||
Status = FdcFdoQueryBusRelations((DeviceObject, &DeviceRelations);
|
Status = FdcFdoQueryBusRelations(DeviceObject, &DeviceRelations);
|
||||||
Information = (ULONG_PTR)DeviceRelations;
|
Information = (ULONG_PTR)DeviceRelations;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue