Aric Stewart : hidclass.sys: IoCreateSymbolicLink is now called by IoSetDeviceInterfaceState.

Alexandre Julliard julliard at winehq.org
Tue Nov 20 15:39:51 CST 2018


Module: wine
Branch: master
Commit: 5b31b764c03bf3383185acfd05fe01beb688e996
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=5b31b764c03bf3383185acfd05fe01beb688e996

Author: Aric Stewart <aric at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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:




More information about the wine-cvs mailing list