From 87976da4415a8e90829d43c56316417f4ae70f6a Mon Sep 17 00:00:00 2001 From: Max Qian Date: Tue, 23 Aug 2016 01:26:52 -0700 Subject: [PATCH] api-ms-win-core-toolhelp-l1-1-0: Add dll. Signed-off-by: Max Qian Signed-off-by: Alexandre Julliard --- 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 d7940ba6074..edcfea5cd74 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 @@ -17481,6 +17482,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 90c2d045ef1..fc629dc5c7a 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 00000000000..50368cb321e --- /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 00000000000..6275601f754 --- /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 7d4848d5374..25a5bdf18c6 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",