mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 22:23:05 +00:00
Subkeys names should be case insensitive.
Fixes the 'make install' problem, where shell was not starting at third boot svn path=/trunk/; revision=24236
This commit is contained in:
parent
52b43f7ae9
commit
edeb548dd1
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ RegpOpenOrCreateKey(
|
||||||
ParentKey->RegistryHive,
|
ParentKey->RegistryHive,
|
||||||
ParentKey->KeyCell,
|
ParentKey->KeyCell,
|
||||||
&KeyString,
|
&KeyString,
|
||||||
0,
|
OBJ_CASE_INSENSITIVE,
|
||||||
&SubKeyCell,
|
&SubKeyCell,
|
||||||
&BlockOffset);
|
&BlockOffset);
|
||||||
if (AllowCreation && Status == STATUS_OBJECT_NAME_NOT_FOUND)
|
if (AllowCreation && Status == STATUS_OBJECT_NAME_NOT_FOUND)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue