[PATCH 6/8] api-ms-win-core-toolhelp-l1-1-0: add dll

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


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

diff --git a/configure b/configure
index 391006b..42b4129 100755
--- a/configure
+++ b/configure
@@ -940,6 +940,7 @@ enable_api_ms_win_core_sysinfo_l1_2_1
 enable_api_ms_win_core_threadpool_l1_2_0
 enable_api_ms_win_core_threadpool_legacy_l1_1_0
 enable_api_ms_win_core_timezone_l1_1_0
+enable_api_ms_win_core_toolhelp_l1_1_0
 enable_api_ms_win_core_url_l1_1_0
 enable_api_ms_win_core_util_l1_1_0
 enable_api_ms_win_core_version_l1_1_0
@@ -17480,6 +17481,7 @@ wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo
 wine_fn_config_dll api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
+wine_fn_config_dll api-ms-win-core-toolhelp-l1-1-0 enable_api_ms_win_core_toolhelp_l1_1_0
 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
 wine_fn_config_dll api-ms-win-core-version-l1-1-0 enable_api_ms_win_core_version_l1_1_0
diff --git a/configure.ac b/configure.ac
index b6e809b..2b8e0d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2705,6 +2705,7 @@ WINE_CONFIG_DLL(api-ms-win-core-sysinfo-l1-2-1)
 WINE_CONFIG_DLL(api-ms-win-core-threadpool-l1-2-0)
 WINE_CONFIG_DLL(api-ms-win-core-threadpool-legacy-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-timezone-l1-1-0)
+WINE_CONFIG_DLL(api-ms-win-core-toolhelp-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-url-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-util-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-version-l1-1-0)
diff --git a/dlls/api-ms-win-core-toolhelp-l1-1-0/Makefile.in b/dlls/api-ms-win-core-toolhelp-l1-1-0/Makefile.in
new file mode 100644
index 0000000..50368cb
--- /dev/null
+++ b/dlls/api-ms-win-core-toolhelp-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-toolhelp-l1-1-0.dll
diff --git a/dlls/api-ms-win-core-toolhelp-l1-1-0/api-ms-win-core-toolhelp-l1-1-0.spec b/dlls/api-ms-win-core-toolhelp-l1-1-0/api-ms-win-core-toolhelp-l1-1-0.spec
new file mode 100644
index 0000000..6275601
--- /dev/null
+++ b/dlls/api-ms-win-core-toolhelp-l1-1-0/api-ms-win-core-toolhelp-l1-1-0.spec
@@ -0,0 +1,7 @@
+@ stdcall CreateToolhelp32Snapshot(long long) kernel32.CreateToolhelp32Snapshot
+@ stdcall Module32FirstW(long ptr) kernel32.Module32FirstW
+@ stdcall Module32NextW(long ptr) kernel32.Module32NextW
+@ stdcall Process32FirstW(ptr ptr) kernel32.Process32FirstW
+@ stdcall Process32NextW(ptr ptr) kernel32.Process32NextW
+@ stdcall Thread32First(long ptr) kernel32.Thread32First
+@ stdcall Thread32Next(long ptr) kernel32.Thread32Next
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 7d4848d..25a5bdf 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -172,6 +172,7 @@ my @dll_groups =
   "api-ms-win-core-threadpool-l1-2-0",
   "api-ms-win-core-threadpool-legacy-l1-1-0",
   "api-ms-win-core-timezone-l1-1-0",
+  "api-ms-win-core-toolhelp-l1-1-0",
   "api-ms-win-core-sysinfo-l1-2-1",
   "api-ms-win-core-processthreads-l1-1-2",
   "api-ms-win-core-fibers-l1-1-0",
-- 
2.9.3




More information about the wine-patches mailing list