Commit 87976da4 authored by Max Qian's avatar Max Qian Committed by Alexandre Julliard

api-ms-win-core-toolhelp-l1-1-0: Add dll.

parent 7b5b3eee
......@@ -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
......
......@@ -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)
......
MODULE = api-ms-win-core-toolhelp-l1-1-0.dll
@ 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
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment