[STREAMCI]

- hackfix build #2

svn path=/trunk/; revision=66381
This commit is contained in:
Johannes Anderwald 2015-02-21 10:34:13 +00:00
parent d50415a948
commit fc3d9599a4

View file

@ -50,7 +50,7 @@ InstallSoftwareDeviceInterface(IN LPGUID DeviceId,
{
HDEVINFO hDevInfo;
SP_DEVICE_INTERFACE_DATA DeviceInterfaceData;
GUID SWBusGuid = {STATIC_BUSID_SoftwareDeviceEnumerator};
// GUID SWBusGuid = {STATIC_BUSID_SoftwareDeviceEnumerator};
PSP_DEVICE_INTERFACE_DETAIL_DATA_W DeviceInterfaceDetailData;
HANDLE hDevice;
PSWENUM_INSTALL_INTERFACE InstallInterface;
@ -64,7 +64,7 @@ InstallSoftwareDeviceInterface(IN LPGUID DeviceId,
}
DeviceInterfaceData.cbSize = sizeof(SP_DEVICE_INTERFACE_DATA);
if (!SetupDiEnumDeviceInterfaces(hDevInfo, NULL, &SWBusGuid, 0, &DeviceInterfaceData))
if (!SetupDiEnumDeviceInterfaces(hDevInfo, NULL, NULL, 0, &DeviceInterfaceData))
{
// failed
SetupDiDestroyDeviceInfoList(hDevInfo);