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

Andrey Gusev andrey.goosev at gmail.com
Sun Mar 26 06:43:04 CDT 2017


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 configure                                          |  2 ++
 configure.ac                                       |  1 +
 .../Makefile.in                                    |  1 +
 .../api-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 7a31b95..e13e629 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 33ac13f..7feeec5 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 0000000..80c3258
--- /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 0000000..732bf94
--- /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 91ae02f..99cd5c0 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",
-- 
2.7.4




More information about the wine-patches mailing list