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:
Zebediah Figura 2019-07-18 18:29:38 -05:00 committed by Alexandre Julliard
parent 601b8d9fae
commit 57038f8ca3
1 changed files with 1 additions and 1 deletions

View File

@ -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];