mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +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 KeyNameBuffer = NULL;
|
||||||
PWSTR DeviceId = NULL;
|
PWSTR DeviceId = NULL;
|
||||||
PWSTR InstanceId = NULL;
|
PWSTR InstanceId = NULL;
|
||||||
PWSTR pszPrefix = L"\\Registry\\Machine\\System\\CurrentcontrolSet\\Enum";
|
PWSTR pszPrefix = L"\\Registry\\Machine\\System\\CurrentControlSet\\Enum";
|
||||||
|
|
||||||
RtlInitUnicodeString(&HardwareKeyName,
|
RtlInitUnicodeString(&HardwareKeyName,
|
||||||
L"\\Registry\\Machine\\HARDWARE\\DESCRIPTION\\System\\CentralProcessor\\0");
|
L"\\Registry\\Machine\\HARDWARE\\DESCRIPTION\\System\\CentralProcessor\\0");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue