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

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


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

diff --git a/configure b/configure
index 95d78ef..fae4df7 100755
--- a/configure
+++ b/configure
@@ -16569,6 +16569,7 @@ wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_l
 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
 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-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 65a89ae..770d298 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2630,6 +2630,7 @@ WINE_CONFIG_DLL(api-ms-win-core-localregistry-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-processthreads-l1-1-0)
 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-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-string-l1-1-0/Makefile.in b/dlls/api-ms-win-core-string-l1-1-0/Makefile.in
new file mode 100644
index 0000000..4d41488
--- /dev/null
+++ b/dlls/api-ms-win-core-string-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-string-l1-1-0.dll
diff --git a/dlls/api-ms-win-core-string-l1-1-0/api-ms-win-core-string-l1-1-0.spec b/dlls/api-ms-win-core-string-l1-1-0/api-ms-win-core-string-l1-1-0.spec
new file mode 100644
index 0000000..b0ac67e
--- /dev/null
+++ b/dlls/api-ms-win-core-string-l1-1-0/api-ms-win-core-string-l1-1-0.spec
@@ -0,0 +1,8 @@
+@ stub CompareStringEx
+@ stub CompareStringOrdinal
+@ stub CompareStringW
+@ stub FoldStringW
+@ stub GetStringTypeExW
+@ stub GetStringTypeW
+@ stdcall MultiByteToWideChar(long long str long ptr long) kernel32.MultiByteToWideChar
+@ stdcall WideCharToMultiByte(long long wstr long ptr long ptr ptr) kernel32.WideCharToMultiByte
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 5cfe758..928d4b8 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -141,6 +141,7 @@ my @dll_groups =
   "api-ms-win-core-errorhandling-l1-1-1",
   "api-ms-win-core-interlocked-l1-2-0",
   "api-ms-win-core-profile-l1-1-0",
+  "api-ms-win-core-string-l1-1-0",
  ],
  [
   "ole32",
-- 
1.8.1.2




More information about the wine-patches mailing list