[PATCH 5/8] api-ms-win-core-string-obsolete-l1-1-0: add dll

Max Qian public at maxqia.com
Tue Aug 23 03:26:51 CDT 2016


Signed-off-by: Max Qian <public at maxqia.com>
---
 configure                                                      |  2 ++
 configure.ac                                                   |  1 +
 dlls/api-ms-win-core-string-obsolete-l1-1-0/Makefile.in        |  1 +
 .../api-ms-win-core-string-obsolete-l1-1-0.spec                | 10 ++++++++++
 tools/make_specfiles                                           |  1 +
 5 files changed, 15 insertions(+)
 create mode 100644 dlls/api-ms-win-core-string-obsolete-l1-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-core-string-obsolete-l1-1-0/api-ms-win-core-string-obsolete-l1-1-0.spec

diff --git a/configure b/configure
index ae79650..391006b 100755
--- a/configure
+++ b/configure
@@ -931,6 +931,7 @@ enable_api_ms_win_core_rtlsupport_l1_2_0
 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
 enable_api_ms_win_core_string_l1_1_0
 enable_api_ms_win_core_string_l2_1_0
+enable_api_ms_win_core_string_obsolete_l1_1_0
 enable_api_ms_win_core_synch_l1_1_0
 enable_api_ms_win_core_synch_l1_2_0
 enable_api_ms_win_core_sysinfo_l1_1_0
@@ -17470,6 +17471,7 @@ wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtls
 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_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-string-l2-1-0 enable_api_ms_win_core_string_l2_1_0
+wine_fn_config_dll api-ms-win-core-string-obsolete-l1-1-0 enable_api_ms_win_core_string_obsolete_l1_1_0
 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
diff --git a/configure.ac b/configure.ac
index d0f4347..b6e809b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2696,6 +2696,7 @@ WINE_CONFIG_DLL(api-ms-win-core-rtlsupport-l1-2-0)
 WINE_CONFIG_DLL(api-ms-win-core-shlwapi-legacy-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-string-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-string-l2-1-0)
+WINE_CONFIG_DLL(api-ms-win-core-string-obsolete-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-synch-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-synch-l1-2-0)
 WINE_CONFIG_DLL(api-ms-win-core-sysinfo-l1-1-0)
diff --git a/dlls/api-ms-win-core-string-obsolete-l1-1-0/Makefile.in b/dlls/api-ms-win-core-string-obsolete-l1-1-0/Makefile.in
new file mode 100644
index 0000000..f02787a
--- /dev/null
+++ b/dlls/api-ms-win-core-string-obsolete-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-string-obsolete-l1-1-0.dll
diff --git a/dlls/api-ms-win-core-string-obsolete-l1-1-0/api-ms-win-core-string-obsolete-l1-1-0.spec b/dlls/api-ms-win-core-string-obsolete-l1-1-0/api-ms-win-core-string-obsolete-l1-1-0.spec
new file mode 100644
index 0000000..0747444
--- /dev/null
+++ b/dlls/api-ms-win-core-string-obsolete-l1-1-0/api-ms-win-core-string-obsolete-l1-1-0.spec
@@ -0,0 +1,10 @@
+@ stdcall lstrcatW(wstr wstr) kernel32.lstrcatW
+@ stdcall lstrcmpA(str str) kernel32.lstrcmpA
+@ stdcall lstrcmpW(wstr wstr) kernel32.lstrcmpW
+@ stdcall lstrcmpiA(str str) kernel32.lstrcmpiA
+@ stdcall lstrcmpiW(wstr wstr) kernel32.lstrcmpiW
+@ stdcall lstrcpyW(str wstr) kernel32.lstrcpyW
+@ stdcall lstrcpynA(ptr str long) kernel32.lstrcpynA
+@ stdcall lstrcpynW(ptr wstr long) kernel32.lstrcpynW
+@ stdcall lstrlenA(str) kernel32.lstrlenA
+@ stdcall lstrlenW(wstr) kernel32.lstrlenW
diff --git a/tools/make_specfiles b/tools/make_specfiles
index cca8920..7d4848d 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -136,6 +136,7 @@ my @dll_groups =
   "api-ms-win-core-misc-l1-1-0",
   "api-ms-win-core-profile-l1-1-0",
   "api-ms-win-core-string-l1-1-0",
+  "api-ms-win-core-string-obsolete-l1-1-0",
   "api-ms-win-core-sysinfo-l1-1-0",
   "api-ms-win-core-sysinfo-l1-2-0",
   "api-ms-win-core-util-l1-1-0",
-- 
2.9.3




More information about the wine-patches mailing list