Fix function prototypes

This commit is contained in:
2024-04-07 10:37:27 +02:00
parent bfcf9bc61a
commit e82c3cbf18
6 changed files with 8 additions and 8 deletions

View File

@@ -98,7 +98,7 @@ MmpGetPxeAddress(PVOID Address)
*/
XTAPI
VOID
MmpInitializeArchitecture()
MmpInitializeArchitecture(VOID)
{
UNIMPLEMENTED;
}