api-ms-win-appmodel-runtime-l1-1-2: Add dll.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrey Gusev 2017-10-03 12:01:11 +03:00 committed by Alexandre Julliard
parent 4f8c3d4750
commit d56c576bc1
5 changed files with 22 additions and 0 deletions

2
configure vendored
View File

@ -881,6 +881,7 @@ enable_advpack
enable_amstream
enable_api_ms_win_appmodel_identity_l1_1_0
enable_api_ms_win_appmodel_runtime_l1_1_1
enable_api_ms_win_appmodel_runtime_l1_1_2
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
@ -17953,6 +17954,7 @@ wine_fn_config_dll amstream enable_amstream clean
wine_fn_config_test dlls/amstream/tests amstream_test
wine_fn_config_dll api-ms-win-appmodel-identity-l1-1-0 enable_api_ms_win_appmodel_identity_l1_1_0
wine_fn_config_dll api-ms-win-appmodel-runtime-l1-1-1 enable_api_ms_win_appmodel_runtime_l1_1_1
wine_fn_config_dll api-ms-win-appmodel-runtime-l1-1-2 enable_api_ms_win_appmodel_runtime_l1_1_2
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

View File

@ -2734,6 +2734,7 @@ WINE_CONFIG_DLL(amstream,,[clean])
WINE_CONFIG_TEST(dlls/amstream/tests)
WINE_CONFIG_DLL(api-ms-win-appmodel-identity-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-appmodel-runtime-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-appmodel-runtime-l1-1-2)
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)

View File

@ -0,0 +1 @@
MODULE = api-ms-win-appmodel-runtime-l1-1-2.dll

View File

@ -0,0 +1,17 @@
@ stub AppPolicyGetClrCompat
@ stub AppPolicyGetCreateFileAccess
@ stub AppPolicyGetLifecycleManagement
@ stub AppPolicyGetMediaFoundationCodecLoading
@ stub AppPolicyGetProcessTerminationMethod
@ stub AppPolicyGetShowDeveloperDiagnostic
@ stub AppPolicyGetThreadInitializationType
@ stub AppPolicyGetWindowingModel
@ stub GetApplicationUserModelIdFromToken
@ stub GetPackageFamilyNameFromToken
@ stub GetPackageFullNameFromToken
@ stub OpenPackageInfoByFullNameForUser
@ stub VerifyApplicationUserModelId
@ stub VerifyPackageFamilyName
@ stub VerifyPackageFullName
@ stub VerifyPackageId
@ stub VerifyPackageRelativeApplicationId

View File

@ -292,6 +292,7 @@ my @dll_groups =
],
[
"kernelbase",
"api-ms-win-appmodel-runtime-l1-1-2",
"api-ms-win-core-quirks-l1-1-0",
"api-ms-win-security-grouppolicy-l1-1-0",
],