projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[NTOSKRNL]
[reactos.git]
/
reactos
/
ntoskrnl
/
ex
/
init.c
diff --git
a/reactos/ntoskrnl/ex/init.c
b/reactos/ntoskrnl/ex/init.c
index
519f840
..
04f8e78
100644
(file)
--- a/
reactos/ntoskrnl/ex/init.c
+++ b/
reactos/ntoskrnl/ex/init.c
@@
-1853,7
+1853,7
@@
Phase1InitializationDiscard(IN PVOID Context)
{
/* Write the safe boot type */
RtlInitUnicodeString(&KeyName, L"OptionValue");
{
/* Write the safe boot type */
RtlInitUnicodeString(&KeyName, L"OptionValue");
-
Zw
SetValueKey(OptionHandle,
+
Nt
SetValueKey(OptionHandle,
&KeyName,
0,
REG_DWORD,
&KeyName,
0,
REG_DWORD,
@@
-1866,7
+1866,7
@@
Phase1InitializationDiscard(IN PVOID Context)
/* Remember this for later */
Disposition = TRUE;
RtlInitUnicodeString(&KeyName, L"UseAlternateShell");
/* Remember this for later */
Disposition = TRUE;
RtlInitUnicodeString(&KeyName, L"UseAlternateShell");
-
Zw
SetValueKey(OptionHandle,
+
Nt
SetValueKey(OptionHandle,
&KeyName,
0,
REG_DWORD,
&KeyName,
0,
REG_DWORD,