mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[PROCESSR] Employ usual casing for CurrentControlSet key.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user