Module: wine Branch: master Commit: 4b02c8bdbc5e55c3e9d3ce96c77ed5a0d0e752ee URL: http://source.winehq.org/git/wine.git/?a=commit;h=4b02c8bdbc5e55c3e9d3ce96c7...
Author: Austin English austinenglish@gmail.com Date: Mon Mar 7 11:54:51 2016 -0600
api-ms-win-core-version-l1-1-0: Add dll.
Signed-off-by: Austin English austinenglish@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 2 ++ configure.ac | 1 + dlls/api-ms-win-core-version-l1-1-0/Makefile.in | 1 + .../api-ms-win-core-version-l1-1-0.spec | 4 ++++ tools/make_specfiles | 1 + 5 files changed, 9 insertions(+)
diff --git a/configure b/configure index 1459255..f19429a 100755 --- a/configure +++ b/configure @@ -935,6 +935,7 @@ enable_api_ms_win_core_threadpool_legacy_l1_1_0 enable_api_ms_win_core_timezone_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_winrt_error_l1_1_0 enable_api_ms_win_core_winrt_error_l1_1_1 enable_api_ms_win_core_winrt_l1_1_0 @@ -17376,6 +17377,7 @@ wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_co wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0 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-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 diff --git a/configure.ac b/configure.ac index 3172c20..8cbf9e1 100644 --- a/configure.ac +++ b/configure.ac @@ -2687,6 +2687,7 @@ WINE_CONFIG_DLL(api-ms-win-core-threadpool-legacy-l1-1-0) WINE_CONFIG_DLL(api-ms-win-core-timezone-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-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) diff --git a/dlls/api-ms-win-core-version-l1-1-0/Makefile.in b/dlls/api-ms-win-core-version-l1-1-0/Makefile.in new file mode 100644 index 0000000..c88fcab --- /dev/null +++ b/dlls/api-ms-win-core-version-l1-1-0/Makefile.in @@ -0,0 +1 @@ +MODULE = api-ms-win-core-version-l1-1-0.dll diff --git a/dlls/api-ms-win-core-version-l1-1-0/api-ms-win-core-version-l1-1-0.spec b/dlls/api-ms-win-core-version-l1-1-0/api-ms-win-core-version-l1-1-0.spec new file mode 100644 index 0000000..0ac1e13 --- /dev/null +++ b/dlls/api-ms-win-core-version-l1-1-0/api-ms-win-core-version-l1-1-0.spec @@ -0,0 +1,4 @@ +@ stdcall GetFileVersionInfoExW(long wstr long long ptr) version.GetFileVersionInfoExW +@ stdcall GetFileVersionInfoSizeExW(long wstr ptr) version.GetFileVersionInfoSizeExW +@ stdcall VerFindFileW(long wstr wstr wstr ptr ptr ptr ptr) version.VerFindFileW +@ stdcall VerQueryValueW(ptr wstr ptr ptr) version.VerQueryValueW diff --git a/tools/make_specfiles b/tools/make_specfiles index 442d22f..69c68ff 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -254,6 +254,7 @@ my @dll_groups = ], [ "version", + "api-ms-win-core-version-l1-1-0", "api-ms-win-downlevel-version-l1-1-0", ], [