Module: wine Branch: master Commit: 5b31b764c03bf3383185acfd05fe01beb688e996 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5b31b764c03bf3383185acfd0...
Author: Aric Stewart aric@codeweavers.com Date: Tue Nov 13 20:48:05 2018 -0600
hidclass.sys: IoCreateSymbolicLink is now called by IoSetDeviceInterfaceState.
Signed-off-by: Aric Stewart aric@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/hidclass.sys/device.c | 7 ------- 1 file changed, 7 deletions(-)
diff --git a/dlls/hidclass.sys/device.c b/dlls/hidclass.sys/device.c index 1591390..a841575 100644 --- a/dlls/hidclass.sys/device.c +++ b/dlls/hidclass.sys/device.c @@ -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: