Commit 5b31b764 authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

hidclass.sys: IoCreateSymbolicLink is now called by IoSetDeviceInterfaceState.

parent 73e44882
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment