https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a95581c4c2d376402d0d94956ca2efff820e59a9
commit a95581c4c2d376402d0d94956ca2efff820e59a9 Author: Hermès Bélusca-Maïto <[email protected]> AuthorDate: Tue Aug 8 13:54:23 2017 +0000 Commit: Hermès Bélusca-Maïto <[email protected]> CommitDate: Sat Oct 27 03:17:57 2018 +0200 [SETUPLIB] IniCacheSave(): use the OBJ_CASE_INSENSITIVE flag. svn path=/branches/setup_improvements/; revision=75507 --- base/setup/lib/inicache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/setup/lib/inicache.c b/base/setup/lib/inicache.c index de0d6f6d92..26e4bf34af 100644 --- a/base/setup/lib/inicache.c +++ b/base/setup/lib/inicache.c @@ -1055,7 +1055,7 @@ IniCacheSave( InitializeObjectAttributes(&ObjectAttributes, &Name, - 0, + OBJ_CASE_INSENSITIVE, NULL, NULL);
