mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:05:43 +00:00
- Remove a header duplication and move a prototype to the correct place
svn path=/trunk/; revision=35630
This commit is contained in:
parent
a362028c86
commit
b81b76caab
1 changed files with 6 additions and 15 deletions
|
@ -520,21 +520,6 @@ typedef struct _KEY_INFORMATION
|
||||||
NTSTATUS CmiCallRegisteredCallbacks(IN REG_NOTIFY_CLASS Argument1, IN PVOID Argument2);
|
NTSTATUS CmiCallRegisteredCallbacks(IN REG_NOTIFY_CLASS Argument1, IN PVOID Argument2);
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
//
|
|
||||||
// Startup and Shutdown Functions
|
|
||||||
//
|
|
||||||
BOOLEAN
|
|
||||||
NTAPI
|
|
||||||
CmInitSystem1(
|
|
||||||
VOID
|
|
||||||
);
|
|
||||||
|
|
||||||
VOID
|
|
||||||
NTAPI
|
|
||||||
CmShutdownSystem(
|
|
||||||
VOID
|
|
||||||
);
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Mapped View Hive Functions
|
// Mapped View Hive Functions
|
||||||
//
|
//
|
||||||
|
@ -1420,6 +1405,12 @@ CmLoadKey(
|
||||||
//
|
//
|
||||||
// Startup and Shutdown
|
// Startup and Shutdown
|
||||||
//
|
//
|
||||||
|
BOOLEAN
|
||||||
|
NTAPI
|
||||||
|
CmInitSystem1(
|
||||||
|
VOID
|
||||||
|
);
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
CmShutdownSystem(
|
CmShutdownSystem(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue