diff --git a/reactos/tools/mkhive/registry.c b/reactos/tools/mkhive/registry.c index fcae34a3602..c1977544aa7 100644 --- a/reactos/tools/mkhive/registry.c +++ b/reactos/tools/mkhive/registry.c @@ -153,7 +153,7 @@ RegpOpenOrCreateKey( ParentKey->RegistryHive, ParentKey->KeyCell, &KeyString, - 0, + OBJ_CASE_INSENSITIVE, &SubKeyCell, &BlockOffset); if (AllowCreation && Status == STATUS_OBJECT_NAME_NOT_FOUND)