hidclass.sys: IoCreateSymbolicLink is now called by IoSetDeviceInterfaceState.
Signed-off-by: Aric Stewart <aric@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
73e448820b
commit
5b31b764c0
|
@ -121,13 +121,6 @@ NTSTATUS HID_LinkDevice(DEVICE_OBJECT *device)
|
|||
return status;
|
||||
}
|
||||
|
||||
status = IoCreateSymbolicLink( &ext->link_name, &nameW );
|
||||
if (status != STATUS_SUCCESS)
|
||||
{
|
||||
FIXME( "failed to create link error %x\n", status );
|
||||
return status;
|
||||
}
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
|
||||
error:
|
||||
|
|
Loading…
Reference in New Issue