Module: wine Branch: master Commit: 2f5968875e5e107243c4fa3f499b87e863bdd820 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2f5968875e5e107243c4fa3f49...
Author: Andrey Gusev andrey.goosev@gmail.com Date: Thu May 4 22:54:44 2017 +0300
ext-ms-win-authz-context-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev andrey.goosev@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 2 ++ configure.ac | 1 + dlls/ext-ms-win-authz-context-l1-1-0/Makefile.in | 1 + .../ext-ms-win-authz-context-l1-1-0.spec | 12 ++++++++++++ tools/make_specfiles | 4 ++++ 5 files changed, 20 insertions(+)
diff --git a/configure b/configure index 04d6f54..36ec652 100755 --- a/configure +++ b/configure @@ -1181,6 +1181,7 @@ enable_dxva2 enable_esent enable_evr enable_explorerframe +enable_ext_ms_win_authz_context_l1_1_0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0 enable_ext_ms_win_gdi_dc_create_l1_1_1 enable_ext_ms_win_gdi_dc_l1_2_0 @@ -18014,6 +18015,7 @@ wine_fn_config_dll esent enable_esent wine_fn_config_dll evr enable_evr wine_fn_config_dll explorerframe enable_explorerframe clean wine_fn_config_test dlls/explorerframe/tests explorerframe_test +wine_fn_config_dll ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0 wine_fn_config_dll ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0 wine_fn_config_dll ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1 wine_fn_config_dll ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0 diff --git a/configure.ac b/configure.ac index 1431fb6..0f0e013 100644 --- a/configure.ac +++ b/configure.ac @@ -3043,6 +3043,7 @@ WINE_CONFIG_DLL(esent) WINE_CONFIG_DLL(evr) WINE_CONFIG_DLL(explorerframe,,[clean]) WINE_CONFIG_TEST(dlls/explorerframe/tests) +WINE_CONFIG_DLL(ext-ms-win-authz-context-l1-1-0) WINE_CONFIG_DLL(ext-ms-win-domainjoin-netjoin-l1-1-0) WINE_CONFIG_DLL(ext-ms-win-gdi-dc-create-l1-1-1) WINE_CONFIG_DLL(ext-ms-win-gdi-dc-l1-2-0) diff --git a/dlls/ext-ms-win-authz-context-l1-1-0/Makefile.in b/dlls/ext-ms-win-authz-context-l1-1-0/Makefile.in new file mode 100644 index 0000000..7731bfe --- /dev/null +++ b/dlls/ext-ms-win-authz-context-l1-1-0/Makefile.in @@ -0,0 +1 @@ +MODULE = ext-ms-win-authz-context-l1-1-0.dll diff --git a/dlls/ext-ms-win-authz-context-l1-1-0/ext-ms-win-authz-context-l1-1-0.spec b/dlls/ext-ms-win-authz-context-l1-1-0/ext-ms-win-authz-context-l1-1-0.spec new file mode 100644 index 0000000..1bce6d3 --- /dev/null +++ b/dlls/ext-ms-win-authz-context-l1-1-0/ext-ms-win-authz-context-l1-1-0.spec @@ -0,0 +1,12 @@ +@ stub AuthzFreeAuditEvent +@ stdcall AuthzFreeContext(long) authz.AuthzFreeContext +@ stub AuthzFreeResourceManager +@ stub AuthziFreeAuditEventType +@ stub AuthziInitializeAuditEvent +@ stub AuthziInitializeAuditEventType +@ stub AuthziInitializeAuditParams +@ stub AuthziLogAuditEvent +@ stub AuthzInitializeContextFromAuthzContext +@ stdcall AuthzInitializeContextFromSid(long ptr long ptr int64 ptr ptr) authz.AuthzInitializeContextFromSid +@ stdcall AuthzInitializeContextFromToken(long long long ptr int64 ptr ptr) authz.AuthzInitializeContextFromToken +@ stdcall AuthzInitializeResourceManager(long ptr ptr ptr wstr ptr) authz.AuthzInitializeResourceManager diff --git a/tools/make_specfiles b/tools/make_specfiles index a9b0c32..280954d 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -139,6 +139,10 @@ my @dll_groups = "api-ms-win-service-winsvc-l1-2-0", ], [ + "authz", + "ext-ms-win-authz-context-l1-1-0", + ], + [ "netapi32", "ext-ms-win-domainjoin-netjoin-l1-1-0", ],