mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[MMSYS]
- fix build svn path=/trunk/; revision=66606
This commit is contained in:
parent
d2e31d5fde
commit
63439e78ff
1 changed files with 0 additions and 1 deletions
|
@ -345,7 +345,6 @@ IsSoftwareBusPnpEnumeratorInstalled()
|
|||
SP_DEVICE_INTERFACE_DATA DeviceInterfaceData;
|
||||
GUID SWBusGuid = {STATIC_BUSID_SoftwareDeviceEnumerator};
|
||||
PSP_DEVICE_INTERFACE_DETAIL_DATA_W DeviceInterfaceDetailData;
|
||||
HANDLE hDevice;
|
||||
|
||||
hDevInfo = SetupDiGetClassDevsW(&SWBusGuid, NULL, NULL, DIGCF_DEVICEINTERFACE| DIGCF_PRESENT);
|
||||
if (!hDevInfo)
|
||||
|
|
Loading…
Reference in a new issue