mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +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:
@@ -153,7 +153,7 @@ RegpOpenOrCreateKey(
|
||||
ParentKey->RegistryHive,
|
||||
ParentKey->KeyCell,
|
||||
&KeyString,
|
||||
0,
|
||||
OBJ_CASE_INSENSITIVE,
|
||||
&SubKeyCell,
|
||||
&BlockOffset);
|
||||
if (AllowCreation && Status == STATUS_OBJECT_NAME_NOT_FOUND)
|
||||
|
||||
Reference in New Issue
Block a user