****** FIXME: INSPECT: The ROS-equivalent of SetupInstallServicesFromInfSection(Ex)W is missing the DelService case! Not implemented

[WINESYNC] setupapi: Implemented SetupInstallServicesFromInfSectionW.

wine commit id cf78e6c38c6815cc9ef805b791414bd67acbb992 by Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
winesync 2024-01-03 16:40:31 +01:00 committed by Hermès Bélusca-Maïto
parent db02c6d4fc
commit ca354ef614
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
2 changed files with 6 additions and 1 deletions

View file

@ -1785,6 +1785,11 @@ static VOID FixupServiceBinaryPath(
}
}
/***********************************************************************
* add_service
*
* Create a new service. Helper for SetupInstallServicesFromInfSectionW.
*/
static BOOL InstallOneService(
struct DeviceInfoSet *list,
IN HINF hInf,

View file

@ -5,4 +5,4 @@ files:
dlls/setupapi/misc.c: dll/win32/setupapi/misc.c
dlls/setupapi/stubs.c: dll/win32/setupapi/stubs.c
tags:
wine: 62520da8d398c9b822428189dc0811ce9b1c7716
wine: cf78e6c38c6815cc9ef805b791414bd67acbb992