api-ms-win-core-versionansi-l1-1-0: Add dll.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Andrey Gusev 2016-09-12 11:59:46 +03:00 committed by Alexandre Julliard
parent 09c40f67df
commit ba4d20cfcb
5 changed files with 9 additions and 0 deletions

2
configure vendored
View File

@ -953,6 +953,7 @@ enable_api_ms_win_core_toolhelp_l1_1_0
enable_api_ms_win_core_url_l1_1_0
enable_api_ms_win_core_util_l1_1_0
enable_api_ms_win_core_version_l1_1_0
enable_api_ms_win_core_versionansi_l1_1_0
enable_api_ms_win_core_winrt_error_l1_1_0
enable_api_ms_win_core_winrt_error_l1_1_1
enable_api_ms_win_core_winrt_l1_1_0
@ -17609,6 +17610,7 @@ wine_fn_config_dll api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhe
wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
wine_fn_config_dll api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
wine_fn_config_dll api-ms-win-core-versionansi-l1-1-0 enable_api_ms_win_core_versionansi_l1_1_0
wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0

View File

@ -2729,6 +2729,7 @@ WINE_CONFIG_DLL(api-ms-win-core-toolhelp-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-url-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-util-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-version-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-versionansi-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-winrt-error-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-winrt-error-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-core-winrt-l1-1-0)

View File

@ -0,0 +1 @@
MODULE = api-ms-win-core-versionansi-l1-1-0.dll

View File

@ -0,0 +1,4 @@
@ stdcall GetFileVersionInfoExA(long str long long ptr) version.GetFileVersionInfoExA
@ stdcall GetFileVersionInfoSizeExA(long str ptr) version.GetFileVersionInfoSizeExA
@ stdcall VerFindFileA(long str str str ptr ptr ptr ptr) version.VerFindFileA
@ stdcall VerQueryValueA(ptr str ptr ptr) version.VerQueryValueA

View File

@ -239,6 +239,7 @@ my @dll_groups =
],
[
"version",
"api-ms-win-core-versionansi-l1-1-0",
"api-ms-win-core-version-l1-1-0",
"api-ms-win-downlevel-version-l1-1-0",
],