mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- Fix incomplete comment due to accidental early-merge.
svn path=/trunk/; revision=41931
This commit is contained in:
parent
92272be249
commit
032b0e4144
1 changed files with 6 additions and 6 deletions
|
@ -112,12 +112,12 @@ MiInitializeArmPool(
|
|||
VOID
|
||||
);
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
InitializePool( //
|
||||
IN POOL_TYPE PoolType,
|
||||
IN ULONG Threshold
|
||||
);
|
||||
VOID //
|
||||
NTAPI //
|
||||
InitializePool( //
|
||||
IN POOL_TYPE PoolType,// FIXFIX: This should go in ex.h after the pool merge
|
||||
IN ULONG Threshold //
|
||||
); //
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
|
|
Loading…
Reference in a new issue