api-ms-win-service-private-l1-1-1: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
784098229f
commit
c1ec8a6769
|
@ -1019,6 +1019,7 @@ enable_api_ms_win_service_core_l1_1_0
|
|||
enable_api_ms_win_service_core_l1_1_1
|
||||
enable_api_ms_win_service_management_l1_1_0
|
||||
enable_api_ms_win_service_management_l2_1_0
|
||||
enable_api_ms_win_service_private_l1_1_1
|
||||
enable_api_ms_win_service_winsvc_l1_1_0
|
||||
enable_api_ms_win_service_winsvc_l1_2_0
|
||||
enable_api_ms_win_shell_shellcom_l1_1_0
|
||||
|
@ -17703,6 +17704,7 @@ wine_fn_config_dll api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core
|
|||
wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
|
||||
wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-service-management-l2-1-0 enable_api_ms_win_service_management_l2_1_0
|
||||
wine_fn_config_dll api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
|
||||
wine_fn_config_dll api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
|
||||
wine_fn_config_dll api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
|
||||
|
|
|
@ -2795,6 +2795,7 @@ WINE_CONFIG_DLL(api-ms-win-service-core-l1-1-0)
|
|||
WINE_CONFIG_DLL(api-ms-win-service-core-l1-1-1)
|
||||
WINE_CONFIG_DLL(api-ms-win-service-management-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-service-management-l2-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-service-private-l1-1-1)
|
||||
WINE_CONFIG_DLL(api-ms-win-service-winsvc-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-service-winsvc-l1-2-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-shell-shellcom-l1-1-0)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = api-ms-win-service-private-l1-1-1.dll
|
|
@ -0,0 +1,16 @@
|
|||
@ stub I_QueryTagInformation
|
||||
@ stub I_ScBroadcastServiceControlMessage
|
||||
@ stub I_ScIsSecurityProcess
|
||||
@ stub I_ScPnPGetServiceName
|
||||
@ stub I_ScQueryServiceConfig
|
||||
@ stub I_ScRegisterDeviceNotification
|
||||
@ stub I_ScRegisterPreshutdownRestart
|
||||
@ stub I_ScRpcBind
|
||||
@ stub I_ScSendPnPMessage
|
||||
@ stub I_ScSendTSMessage
|
||||
@ stub I_ScSetServiceBits
|
||||
@ stub I_ScUnregisterDeviceNotification
|
||||
@ stub I_ScValidatePnPService
|
||||
@ stub SubscribeServiceChangeNotifications
|
||||
@ stub UnsubscribeServiceChangeNotifications
|
||||
@ stub WaitServiceState
|
|
@ -127,6 +127,7 @@ my @dll_groups =
|
|||
"api-ms-win-service-core-l1-1-1",
|
||||
"api-ms-win-service-management-l1-1-0",
|
||||
"api-ms-win-service-management-l2-1-0",
|
||||
"api-ms-win-service-private-l1-1-1",
|
||||
"api-ms-win-service-winsvc-l1-1-0",
|
||||
"api-ms-win-service-winsvc-l1-2-0",
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue