mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:32:41 +00:00
[NTOS] Configuration Manager fixes.
- Rework CmpSetSystemValues() and remove its 1st-stage text-mode setup hack, since a real registry hive will be used for 1st-stage either. - Lock, then unlock the registry in NtInitializeRegistry when initializing the hives & flusher. - Call CmpInitializeHiveList() (i.e., initialize the other hives like \Software, \User, \.Default) only when we are not in setup-mode. svn path=/branches/setup_improvements/; revision=74747
This commit is contained in:
parent
e2cb7b50b4
commit
2ed65d1555
5 changed files with 26 additions and 22 deletions
|
@ -859,7 +859,7 @@ CmpInitHiveFromFile(
|
|||
VOID
|
||||
NTAPI
|
||||
CmpInitializeHiveList(
|
||||
IN USHORT Flag
|
||||
VOID
|
||||
);
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue