From 784098229fc0e297ac0fe8dcb8425045a26facb3 Mon Sep 17 00:00:00 2001
From: Andrey Gusev <andrey.goosev@gmail.com>
Date: Tue, 27 Sep 2016 00:12:07 +0300
Subject: [PATCH] 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 +
 .../api-ms-win-core-bem-l1-1-0.spec                          | 5 +++++
 tools/make_specfiles                                         | 1 +
 5 files changed, 10 insertions(+)
 create mode 100644 dlls/api-ms-win-core-bem-l1-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-core-bem-l1-1-0/api-ms-win-core-bem-l1-1-0.spec

diff --git a/configure b/configure
index 0959921d6ac..d5be2ced13f 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 67bde0eb050..62aa1d5a6a6 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 00000000000..91e111615fa
--- /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 00000000000..2d8b1238dcf
--- /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 29fb83b4795..1d1c0ed344a 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",
-- 
GitLab