mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
[FDC]
10 Build before commit! 20 goto 10 svn path=/trunk/; revision=61115
This commit is contained in:
@@ -270,7 +270,7 @@ FdcFdoPnp(
|
||||
{
|
||||
case BusRelations:
|
||||
DPRINT1(" IRP_MJ_PNP / IRP_MN_QUERY_DEVICE_RELATIONS / BusRelations\n");
|
||||
Status = FdcFdoQueryBusRelations((DeviceObject, &DeviceRelations);
|
||||
Status = FdcFdoQueryBusRelations(DeviceObject, &DeviceRelations);
|
||||
Information = (ULONG_PTR)DeviceRelations;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user