mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:35:43 +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
|
||||
NTAPI
|
||||
MiInitializeSessionSpaceLayout();
|
||||
MiInitializeSessionSpaceLayout(VOID);
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
|
|
|
@ -70,7 +70,7 @@ typedef struct _MI_FREED_SPECIAL_POOL
|
|||
|
||||
/* PRIVATE FUNCTIONS **********************************************************/
|
||||
|
||||
VOID NTAPI MiTestSpecialPool();
|
||||
VOID NTAPI MiTestSpecialPool(VOID);
|
||||
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue