From 1ed69efe83e066a8ee143344c71de4f0dd82a2fa Mon Sep 17 00:00:00 2001 From: Andrey Gusev Date: Sun, 26 Mar 2017 14:43:04 +0300 Subject: [PATCH] api-ms-win-security-grouppolicy-l1-1-0: Add dll. Signed-off-by: Andrey Gusev Signed-off-by: Alexandre Julliard --- configure | 2 ++ configure.ac | 1 + .../Makefile.in | 1 + ...pi-ms-win-security-grouppolicy-l1-1-0.spec | 23 +++++++++++++++++++ tools/make_specfiles | 1 + 5 files changed, 28 insertions(+) create mode 100644 dlls/api-ms-win-security-grouppolicy-l1-1-0/Makefile.in create mode 100644 dlls/api-ms-win-security-grouppolicy-l1-1-0/api-ms-win-security-grouppolicy-l1-1-0.spec diff --git a/configure b/configure index 7a31b95c45c..e13e629cad5 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.ac b/configure.ac index 33ac13f20af..7feeec56d4d 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/dlls/api-ms-win-security-grouppolicy-l1-1-0/Makefile.in b/dlls/api-ms-win-security-grouppolicy-l1-1-0/Makefile.in new file mode 100644 index 00000000000..80c3258d209 --- /dev/null +++ b/dlls/api-ms-win-security-grouppolicy-l1-1-0/Makefile.in @@ -0,0 +1 @@ +MODULE = api-ms-win-security-grouppolicy-l1-1-0.dll diff --git a/dlls/api-ms-win-security-grouppolicy-l1-1-0/api-ms-win-security-grouppolicy-l1-1-0.spec b/dlls/api-ms-win-security-grouppolicy-l1-1-0/api-ms-win-security-grouppolicy-l1-1-0.spec new file mode 100644 index 00000000000..732bf948684 --- /dev/null +++ b/dlls/api-ms-win-security-grouppolicy-l1-1-0/api-ms-win-security-grouppolicy-l1-1-0.spec @@ -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 diff --git a/tools/make_specfiles b/tools/make_specfiles index 91ae02f6b34..99cd5c005a2 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -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",