mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NTOSKRNL] Use the correct registry key name for ExpGetCurrentUserUILanguage. By Alvin Wong. CORE-9697
svn path=/trunk/; revision=67755
This commit is contained in:
@@ -35,7 +35,7 @@ ExpGetCurrentUserUILanguage(IN PWSTR MuiName,
|
||||
PKEY_VALUE_PARTIAL_INFORMATION ValueInfo;
|
||||
OBJECT_ATTRIBUTES ObjectAttributes;
|
||||
UNICODE_STRING KeyName =
|
||||
RTL_CONSTANT_STRING(L"Control Panel\\International");
|
||||
RTL_CONSTANT_STRING(L"Control Panel\\Desktop");
|
||||
UNICODE_STRING ValueName;
|
||||
UNICODE_STRING ValueString;
|
||||
ULONG ValueLength;
|
||||
|
||||
Reference in New Issue
Block a user