[SETUPAPI] Add a stub for SetupDiDeleteDeviceInterfaceData to make the wine tests...
authorEric Kohl <eric.kohl@reactos.org>
Sat, 2 Feb 2019 14:13:35 +0000 (15:13 +0100)
committerEric Kohl <eric.kohl@reactos.org>
Sat, 2 Feb 2019 14:13:35 +0000 (15:13 +0100)
dll/win32/setupapi/interface.c
dll/win32/setupapi/setupapi.spec

index 172d045..f080d51 100644 (file)
@@ -627,3 +627,17 @@ SetupDiOpenDeviceInterfaceRegKey(
 
     return hKey;
 }
+
+/***********************************************************************
+ *             SetupDiDeleteDeviceInterfaceData (SETUPAPI.@)
+ */
+BOOL
+WINAPI
+SetupDiDeleteDeviceInterfaceData(
+    HDEVINFO DeviceInfoSet,
+    PSP_DEVICE_INTERFACE_DATA DeviceInterfaceData)
+{
+    FIXME("SetupDiDeleteDeviceInterfaceData(%p %p) stub\n",
+          DeviceInfoSet, DeviceInterfaceData);
+    return TRUE;
+}
index 99de0fc..bfe00fa 100644 (file)
 @ stdcall SetupDiCreateDeviceInterfaceW(ptr ptr ptr wstr long ptr)
 @ stdcall SetupDiDeleteDevRegKey(ptr ptr long long long)
 @ stdcall SetupDiDeleteDeviceInfo(long ptr)
-@ stub SetupDiDeleteDeviceInterfaceData
+@ stdcall SetupDiDeleteDeviceInterfaceData(ptr ptr)
 @ stdcall SetupDiDeleteDeviceInterfaceRegKey(ptr ptr long)
 @ stdcall SetupDiDestroyClassImageList(ptr)
 @ stdcall SetupDiDestroyDeviceInfoList(long)