hidclass.sys: IoCreateSymbolicLink is now called by IoSetDeviceInterfaceState.

Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Aric Stewart 2018-11-13 20:48:05 -06:00 committed by Alexandre Julliard
parent 73e448820b
commit 5b31b764c0
1 changed files with 0 additions and 7 deletions

View File

@ -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: