mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:46:38 +00:00
[NTOS:MM] Add some missing VOIDs. CORE-11799
svn path=/trunk/; revision=72130
This commit is contained in:
parent
9f5c4f5a29
commit
603f35f918
2 changed files with 2 additions and 2 deletions
|
@ -1663,7 +1663,7 @@ MmArmInitSystem(
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
MiInitializeSessionSpaceLayout();
|
MiInitializeSessionSpaceLayout(VOID);
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
|
@ -70,7 +70,7 @@ typedef struct _MI_FREED_SPECIAL_POOL
|
||||||
|
|
||||||
/* PRIVATE FUNCTIONS **********************************************************/
|
/* PRIVATE FUNCTIONS **********************************************************/
|
||||||
|
|
||||||
VOID NTAPI MiTestSpecialPool();
|
VOID NTAPI MiTestSpecialPool(VOID);
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue