mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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
|
||||||
);
|
);
|
||||||
|
|
||||||
VOID
|
VOID //
|
||||||
NTAPI
|
NTAPI //
|
||||||
InitializePool( //
|
InitializePool( //
|
||||||
IN POOL_TYPE PoolType,
|
IN POOL_TYPE PoolType,// FIXFIX: This should go in ex.h after the pool merge
|
||||||
IN ULONG Threshold
|
IN ULONG Threshold //
|
||||||
);
|
); //
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
Loading…
Reference in a new issue