api-ms-win-security-grouppolicy-l1-1-0: Add dll.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Andrey Gusev 2017-03-26 14:43:04 +03:00 committed by Alexandre Julliard
parent 603da6e14e
commit 1ed69efe83
5 changed files with 28 additions and 0 deletions

2
configure vendored
View File

@ -1025,6 +1025,7 @@ enable_api_ms_win_security_audit_l1_1_1
enable_api_ms_win_security_base_l1_1_0
enable_api_ms_win_security_base_l1_2_0
enable_api_ms_win_security_base_private_l1_1_1
enable_api_ms_win_security_grouppolicy_l1_1_0
enable_api_ms_win_security_lsalookup_l1_1_0
enable_api_ms_win_security_lsalookup_l1_1_1
enable_api_ms_win_security_lsalookup_l2_1_1
@ -17761,6 +17762,7 @@ wine_fn_config_dll api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_a
wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
wine_fn_config_dll api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
wine_fn_config_dll api-ms-win-security-grouppolicy-l1-1-0 enable_api_ms_win_security_grouppolicy_l1_1_0
wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
wine_fn_config_dll api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1

View File

@ -2813,6 +2813,7 @@ WINE_CONFIG_DLL(api-ms-win-security-audit-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-security-base-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-security-base-l1-2-0)
WINE_CONFIG_DLL(api-ms-win-security-base-private-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-security-grouppolicy-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-security-lsalookup-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-security-lsalookup-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-security-lsalookup-l2-1-1)

View File

@ -0,0 +1 @@
MODULE = api-ms-win-security-grouppolicy-l1-1-0.dll

View File

@ -0,0 +1,23 @@
@ stub AreThereVisibleLogoffScriptsInternal
@ stub AreThereVisibleShutdownScriptsInternal
@ stub EnterCriticalPolicySectionInternal
@ stub ForceSyncFgPolicyInternal
@ stub FreeGPOListInternalA
@ stub FreeGPOListInternalW
@ stub GenerateGPNotificationInternal
@ stub GetAppliedGPOListInternalA
@ stub GetAppliedGPOListInternalW
@ stub GetGPOListInternalA
@ stub GetGPOListInternalW
@ stub GetNextFgPolicyRefreshInfoInternal
@ stub GetPreviousFgPolicyRefreshInfoInternal
@ stub HasPolicyForegroundProcessingCompletedInternal
@ stub IsSyncForegroundPolicyRefresh
@ stub LeaveCriticalPolicySectionInternal
@ stub RefreshPolicyExInternal
@ stub RefreshPolicyInternal
@ stub RegisterGPNotificationInternal
@ stub RsopLoggingEnabledInternal
@ stub UnregisterGPNotificationInternal
@ stub WaitForMachinePolicyForegroundProcessingInternal
@ stub WaitForUserPolicyForegroundProcessingInternal

View File

@ -258,6 +258,7 @@ my @dll_groups =
[
"kernelbase",
"api-ms-win-core-quirks-l1-1-0",
"api-ms-win-security-grouppolicy-l1-1-0",
],
[
"ole32",