mirror of
https://github.com/reactos/reactos.git
synced 2025-05-08 03:07:05 +00:00
Restoring 1.1
There was a mistake by commiting share.c. svn path=/trunk/; revision=2175
This commit is contained in:
parent
7ee896cad1
commit
f293bda38a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: pnproot.c,v 1.2 2001/08/14 21:05:10 hbirr Exp $
|
/* $Id: pnproot.c,v 1.3 2001/08/14 21:14:05 hbirr Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -78,7 +78,7 @@ PnpRootQueryBusRelations(
|
||||||
PDEVICE_RELATIONS Relations;
|
PDEVICE_RELATIONS Relations;
|
||||||
PLIST_ENTRY CurrentEntry;
|
PLIST_ENTRY CurrentEntry;
|
||||||
PPNPROOT_DEVICE Device;
|
PPNPROOT_DEVICE Device;
|
||||||
NTSTATUS Status = STATUS_SUCCESS;
|
NTSTATUS Status;
|
||||||
ULONG Size;
|
ULONG Size;
|
||||||
ULONG i;
|
ULONG i;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue