mirror of
https://github.com/reactos/reactos.git
synced 2025-04-18 19:47:14 +00:00
Just one more line. Little is known about MCBs.
svn path=/trunk/; revision=3461
This commit is contained in:
parent
28da6203e2
commit
17974568f9
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: mcb.c,v 1.2 2002/08/09 22:57:48 ekohl Exp $
|
||||
/* $Id: mcb.c,v 1.3 2002/09/05 20:41:05 ea Exp $
|
||||
*
|
||||
* reactos/ntoskrnl/fs/mcb.c
|
||||
*
|
||||
|
@ -74,6 +74,7 @@ FsRtlInitializeLargeMcb(IN PLARGE_MCB Mcb,
|
|||
IN POOL_TYPE PoolType)
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
Mcb->PoolType = PoolType;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue