Module: wine Branch: master Commit: 784098229fc0e297ac0fe8dcb8425045a26facb3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=784098229fc0e297ac0fe8dcb8...
Author: Andrey Gusev andrey.goosev@gmail.com Date: Tue Sep 27 00:12:07 2016 +0300
api-ms-win-core-bem-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev andrey.goosev@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 2 ++ configure.ac | 1 + dlls/api-ms-win-core-bem-l1-1-0/Makefile.in | 1 + dlls/api-ms-win-core-bem-l1-1-0/api-ms-win-core-bem-l1-1-0.spec | 5 +++++ tools/make_specfiles | 1 + 5 files changed, 10 insertions(+)
diff --git a/configure b/configure index 0959921..d5be2ce 100755 --- a/configure +++ b/configure @@ -878,6 +878,7 @@ 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_bem_l1_1_0 enable_api_ms_win_core_com_l1_1_0 enable_api_ms_win_core_com_l1_1_1 enable_api_ms_win_core_console_l1_1_0 @@ -17561,6 +17562,7 @@ wine_fn_config_dll api-ms-win-core-apiquery-l1-1-0 enable_api_ms_win_core_apique 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-bem-l1-1-0 enable_api_ms_win_core_bem_l1_1_0 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0 wine_fn_config_dll api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0 diff --git a/configure.ac b/configure.ac index 67bde0e..62aa1d5 100644 --- a/configure.ac +++ b/configure.ac @@ -2654,6 +2654,7 @@ 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-bem-l1-1-0) WINE_CONFIG_DLL(api-ms-win-core-com-l1-1-0) WINE_CONFIG_DLL(api-ms-win-core-com-l1-1-1) WINE_CONFIG_DLL(api-ms-win-core-console-l1-1-0) diff --git a/dlls/api-ms-win-core-bem-l1-1-0/Makefile.in b/dlls/api-ms-win-core-bem-l1-1-0/Makefile.in new file mode 100644 index 0000000..91e1116 --- /dev/null +++ b/dlls/api-ms-win-core-bem-l1-1-0/Makefile.in @@ -0,0 +1 @@ +MODULE = api-ms-win-core-bem-l1-1-0.dll diff --git a/dlls/api-ms-win-core-bem-l1-1-0/api-ms-win-core-bem-l1-1-0.spec b/dlls/api-ms-win-core-bem-l1-1-0/api-ms-win-core-bem-l1-1-0.spec new file mode 100644 index 0000000..2d8b123 --- /dev/null +++ b/dlls/api-ms-win-core-bem-l1-1-0/api-ms-win-core-bem-l1-1-0.spec @@ -0,0 +1,5 @@ +@ stub BemCopyReference +@ stub BemCreateContractFrom +@ stub BemCreateReference +@ stub BemFreeContract +@ stub BemFreeReference diff --git a/tools/make_specfiles b/tools/make_specfiles index 29fb83b..1d1c0ed 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -231,6 +231,7 @@ my @dll_groups = "advapi32", "user32", "kernelbase", + "api-ms-win-core-bem-l1-1-0", ], [ "ole32",