Commit 57038f8c authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

services: Fix the arguments to is_root_pnp_service().

parent 601b8d9f
......@@ -424,7 +424,7 @@ static BOOL schedule_delayed_autostart(struct service_entry **services, unsigned
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)};
WCHAR name[MAX_SERVICE_NAME];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment