mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[SETUPAPI] Add a stub for SetupDiDeleteDeviceInterfaceData to make the wine tests work.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -281,7 +281,7 @@
|
||||
@ 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)
|
||||
|
||||
Reference in New Issue
Block a user