[PATCH 8/8] api-ms-win-core-util-l1-1-0: Add stub dll.

Martin Storsjo martin at martin.st
Wed Jan 8 06:48:28 CST 2014


---
 configure                                                         | 1 +
 configure.ac                                                      | 1 +
 dlls/api-ms-win-core-util-l1-1-0/Makefile.in                      | 1 +
 dlls/api-ms-win-core-util-l1-1-0/api-ms-win-core-util-l1-1-0.spec | 5 +++++
 tools/make_specfiles                                              | 1 +
 5 files changed, 9 insertions(+)
 create mode 100644 dlls/api-ms-win-core-util-l1-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-core-util-l1-1-0/api-ms-win-core-util-l1-1-0.spec

diff --git a/configure b/configure
index f888b6a..62505e2 100755
--- a/configure
+++ b/configure
@@ -16571,6 +16571,7 @@ wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_
 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
+wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_sysinfo_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-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
diff --git a/configure.ac b/configure.ac
index e9d0213..03473ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2632,6 +2632,7 @@ WINE_CONFIG_DLL(api-ms-win-core-processthreads-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-core-profile-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-string-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-sysinfo-l1-2-0)
+WINE_CONFIG_DLL(api-ms-win-core-util-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-winrt-error-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-winrt-string-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-downlevel-advapi32-l1-1-0)
diff --git a/dlls/api-ms-win-core-util-l1-1-0/Makefile.in b/dlls/api-ms-win-core-util-l1-1-0/Makefile.in
new file mode 100644
index 0000000..4e2321d
--- /dev/null
+++ b/dlls/api-ms-win-core-util-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-util-l1-1-0.dll
diff --git a/dlls/api-ms-win-core-util-l1-1-0/api-ms-win-core-util-l1-1-0.spec b/dlls/api-ms-win-core-util-l1-1-0/api-ms-win-core-util-l1-1-0.spec
new file mode 100644
index 0000000..83c5dc4
--- /dev/null
+++ b/dlls/api-ms-win-core-util-l1-1-0/api-ms-win-core-util-l1-1-0.spec
@@ -0,0 +1,5 @@
+@ stub Beep
+@ stdcall DecodePointer(ptr) kernel32.DecodePointer
+@ stub DecodeSystemPointer
+@ stdcall EncodePointer(ptr) kernel32.EncodePointer
+@ stub EncodeSystemPointer
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 2edb446..38917eb 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -143,6 +143,7 @@ my @dll_groups =
   "api-ms-win-core-profile-l1-1-0",
   "api-ms-win-core-string-l1-1-0",
   "api-ms-win-core-sysinfo-l1-2-0",
+  "api-ms-win-core-util-l1-1-0",
  ],
  [
   "ole32",
-- 
1.8.1.2




More information about the wine-patches mailing list