mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[PROCESSR] Employ usual casing for CurrentControlSet key.
This commit is contained in:
parent
31a3f3177c
commit
d7d13b3226
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ ProcessorSetFriendlyName(
|
|||
PWSTR KeyNameBuffer = NULL;
|
||||
PWSTR DeviceId = NULL;
|
||||
PWSTR InstanceId = NULL;
|
||||
PWSTR pszPrefix = L"\\Registry\\Machine\\System\\CurrentcontrolSet\\Enum";
|
||||
PWSTR pszPrefix = L"\\Registry\\Machine\\System\\CurrentControlSet\\Enum";
|
||||
|
||||
RtlInitUnicodeString(&HardwareKeyName,
|
||||
L"\\Registry\\Machine\\HARDWARE\\DESCRIPTION\\System\\CentralProcessor\\0");
|
||||
|
|
Loading…
Reference in a new issue