Author: janderwald
Date: Sat Feb 21 10:34:13 2015
New Revision: 66381
URL:
http://svn.reactos.org/svn/reactos?rev=66381&view=rev
Log:
[STREAMCI]
- hackfix build #2
Modified:
trunk/reactos/dll/win32/streamci/streamci.c
Modified: trunk/reactos/dll/win32/streamci/streamci.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/streamci/streamc…
==============================================================================
--- trunk/reactos/dll/win32/streamci/streamci.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/streamci/streamci.c [iso-8859-1] Sat Feb 21 10:34:13 2015
@@ -50,7 +50,7 @@
{
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 @@
}
DeviceInterfaceData.cbSize = sizeof(SP_DEVICE_INTERFACE_DATA);
- if (!SetupDiEnumDeviceInterfaces(hDevInfo, NULL, &SWBusGuid, 0,
&DeviceInterfaceData))
+ if (!SetupDiEnumDeviceInterfaces(hDevInfo, NULL, NULL, 0, &DeviceInterfaceData))
{
// failed
SetupDiDestroyDeviceInfoList(hDevInfo);