mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:56:00 +00:00
use REFGUID instead of UUID* to be compatible with MS PSDK
svn path=/trunk/; revision=31086
This commit is contained in:
parent
665ac7b486
commit
2d1aaeaa7e
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ EventThread(IN LPVOID lpParameter)
|
||||||
|
|
||||||
/* Process the pnp event */
|
/* Process the pnp event */
|
||||||
DPRINT("Received PnP Event\n");
|
DPRINT("Received PnP Event\n");
|
||||||
if (IsEqualIID(&PnpEvent->EventGuid, (UUID*)&GUID_DEVICE_ARRIVAL))
|
if (IsEqualIID(&PnpEvent->EventGuid, (REFGUID)&GUID_DEVICE_ARRIVAL))
|
||||||
{
|
{
|
||||||
DPRINT1("Device arrival event: %S\n", PnpEvent->TargetDevice.DeviceIds);
|
DPRINT1("Device arrival event: %S\n", PnpEvent->TargetDevice.DeviceIds);
|
||||||
InstallDevice(hInf, hEnum, hServices, PnpEvent->TargetDevice.DeviceIds);
|
InstallDevice(hInf, hEnum, hServices, PnpEvent->TargetDevice.DeviceIds);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue