From 80829582e15079c53d149da585bed7efeefe8d14 Mon Sep 17 00:00:00 2001 From: Andrey Gusev Date: Tue, 27 Sep 2016 00:02:26 +0300 Subject: [PATCH] api-ms-win-core-appcompat-l1-1-1: Add dll. Signed-off-by: Andrey Gusev Signed-off-by: Alexandre Julliard --- configure | 2 ++ configure.ac | 1 + dlls/api-ms-win-core-appcompat-l1-1-1/Makefile.in | 1 + .../api-ms-win-core-appcompat-l1-1-1.spec | 10 ++++++++++ tools/make_specfiles | 1 + 5 files changed, 15 insertions(+) create mode 100644 dlls/api-ms-win-core-appcompat-l1-1-1/Makefile.in create mode 100644 dlls/api-ms-win-core-appcompat-l1-1-1/api-ms-win-core-appcompat-l1-1-1.spec diff --git a/configure b/configure index 7ef7019398f..0959921d6ac 100755 --- a/configure +++ b/configure @@ -875,6 +875,7 @@ enable_advapi32 enable_advpack enable_amstream enable_api_ms_win_core_apiquery_l1_1_0 +enable_api_ms_win_core_appcompat_l1_1_1 enable_api_ms_win_core_appinit_l1_1_0 enable_api_ms_win_core_atoms_l1_1_0 enable_api_ms_win_core_com_l1_1_0 @@ -17557,6 +17558,7 @@ wine_fn_config_test dlls/advpack/tests advpack_test wine_fn_config_dll amstream enable_amstream clean wine_fn_config_test dlls/amstream/tests amstream_test wine_fn_config_dll api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apiquery_l1_1_0 +wine_fn_config_dll api-ms-win-core-appcompat-l1-1-1 enable_api_ms_win_core_appcompat_l1_1_1 wine_fn_config_dll api-ms-win-core-appinit-l1-1-0 enable_api_ms_win_core_appinit_l1_1_0 wine_fn_config_dll api-ms-win-core-atoms-l1-1-0 enable_api_ms_win_core_atoms_l1_1_0 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0 diff --git a/configure.ac b/configure.ac index 950489b92a8..67bde0eb050 100644 --- a/configure.ac +++ b/configure.ac @@ -2651,6 +2651,7 @@ WINE_CONFIG_TEST(dlls/advpack/tests) WINE_CONFIG_DLL(amstream,,[clean]) WINE_CONFIG_TEST(dlls/amstream/tests) WINE_CONFIG_DLL(api-ms-win-core-apiquery-l1-1-0) +WINE_CONFIG_DLL(api-ms-win-core-appcompat-l1-1-1) WINE_CONFIG_DLL(api-ms-win-core-appinit-l1-1-0) WINE_CONFIG_DLL(api-ms-win-core-atoms-l1-1-0) WINE_CONFIG_DLL(api-ms-win-core-com-l1-1-0) diff --git a/dlls/api-ms-win-core-appcompat-l1-1-1/Makefile.in b/dlls/api-ms-win-core-appcompat-l1-1-1/Makefile.in new file mode 100644 index 00000000000..21070940584 --- /dev/null +++ b/dlls/api-ms-win-core-appcompat-l1-1-1/Makefile.in @@ -0,0 +1 @@ +MODULE = api-ms-win-core-appcompat-l1-1-1.dll diff --git a/dlls/api-ms-win-core-appcompat-l1-1-1/api-ms-win-core-appcompat-l1-1-1.spec b/dlls/api-ms-win-core-appcompat-l1-1-1/api-ms-win-core-appcompat-l1-1-1.spec new file mode 100644 index 00000000000..92a96af55e6 --- /dev/null +++ b/dlls/api-ms-win-core-appcompat-l1-1-1/api-ms-win-core-appcompat-l1-1-1.spec @@ -0,0 +1,10 @@ +@ stub BaseCheckAppcompatCache +@ stub BaseCheckAppcompatCacheEx +@ stub BaseCleanupAppcompatCacheSupport +@ stub BaseDumpAppcompatCache +@ stub BaseFlushAppcompatCache +@ stub BaseFreeAppCompatDataForProcess +@ stub BaseInitAppcompatCacheSupport +@ stub BaseIsAppcompatInfrastructureDisabled +@ stub BaseReadAppCompatDataForProcess +@ stub BaseUpdateAppcompatCache diff --git a/tools/make_specfiles b/tools/make_specfiles index 86dfeb60387..29fb83b4795 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -138,6 +138,7 @@ my @dll_groups = "kernel32", "api-ms-win-downlevel-normaliz-l1-1-0", "api-ms-win-core-processthreads-l1-1-0", + "api-ms-win-core-appcompat-l1-1-1", "api-ms-win-core-atoms-l1-1-0", "api-ms-win-core-debug-l1-1-0", "api-ms-win-core-debug-l1-1-1",