mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:53:06 +00:00
[KERNEL32] Fix a typo in IsShimInfrastructureDisabled.
svn path=/trunk/; revision=73491
This commit is contained in:
parent
3f0da1835a
commit
2549b1ebe7
1 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ IsShimInfrastructureDisabled(VOID)
|
||||||
KeyValuePartialInformation,
|
KeyValuePartialInformation,
|
||||||
&KeyInfo,
|
&KeyInfo,
|
||||||
sizeof(KeyInfo),
|
sizeof(KeyInfo),
|
||||||
&ResultLength),
|
&ResultLength);
|
||||||
NtClose(KeyHandle);
|
NtClose(KeyHandle);
|
||||||
if ((NT_SUCCESS(Status)) &&
|
if ((NT_SUCCESS(Status)) &&
|
||||||
(KeyInfo.Type == REG_DWORD) &&
|
(KeyInfo.Type == REG_DWORD) &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue