services: Fix the arguments to is_root_pnp_service().
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
601b8d9fae
commit
57038f8ca3
|
@ -424,7 +424,7 @@ static BOOL schedule_delayed_autostart(struct service_entry **services, unsigned
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static BOOL is_root_pnp_service(const struct service_entry *service, HDEVINFO set)
|
static BOOL is_root_pnp_service(HDEVINFO set, const struct service_entry *service)
|
||||||
{
|
{
|
||||||
SP_DEVINFO_DATA device = {sizeof(device)};
|
SP_DEVINFO_DATA device = {sizeof(device)};
|
||||||
WCHAR name[MAX_SERVICE_NAME];
|
WCHAR name[MAX_SERVICE_NAME];
|
||||||
|
|
Loading…
Reference in New Issue