Commit 80829582 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

api-ms-win-core-appcompat-l1-1-1: Add dll.

parent c76c7d85
......@@ -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
......
......@@ -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)
......
MODULE = api-ms-win-core-appcompat-l1-1-1.dll
@ stub BaseCheckAppcompatCache
@ stub BaseCheckAppcompatCacheEx
@ stub BaseCleanupAppcompatCacheSupport
@ stub BaseDumpAppcompatCache
@ stub BaseFlushAppcompatCache
@ stub BaseFreeAppCompatDataForProcess
@ stub BaseInitAppcompatCacheSupport
@ stub BaseIsAppcompatInfrastructureDisabled
@ stub BaseReadAppCompatDataForProcess
@ stub BaseUpdateAppcompatCache
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment