mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 02:17:31 +08:00
[VIDEOPRT] Use new registry path
This commit is contained in:
committed by
Hervé Poussineau
parent
066337dc84
commit
af314557c0
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user