mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[VIDEOPRT] Use new registry path
This commit is contained in:
parent
066337dc84
commit
af314557c0
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ IntVideoPortAddDeviceMapLink(
|
|||
L"VIDEO",
|
||||
DeviceBuffer,
|
||||
REG_SZ,
|
||||
DeviceExtension->RegistryPath.Buffer,
|
||||
DeviceExtension->RegistryPath.Length + sizeof(UNICODE_NULL));
|
||||
DeviceExtension->NewRegistryPath.Buffer,
|
||||
DeviceExtension->NewRegistryPath.Length + sizeof(UNICODE_NULL));
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
ERR_(VIDEOPRT, "Failed to create DEViCEMAP registry entry: 0x%X\n", Status);
|
||||
|
|
Loading…
Reference in a new issue