api-ms-win-core-systemtopology-l1-1-0: New DLL.
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a4ab07a653
commit
37238a74a5
|
@ -1030,6 +1030,7 @@ enable_api_ms_win_core_synch_l1_2_1
|
|||
enable_api_ms_win_core_sysinfo_l1_1_0
|
||||
enable_api_ms_win_core_sysinfo_l1_2_0
|
||||
enable_api_ms_win_core_sysinfo_l1_2_1
|
||||
enable_api_ms_win_core_systemtopology_l1_1_0
|
||||
enable_api_ms_win_core_threadpool_l1_1_0
|
||||
enable_api_ms_win_core_threadpool_l1_2_0
|
||||
enable_api_ms_win_core_threadpool_legacy_l1_1_0
|
||||
|
@ -20362,6 +20363,7 @@ wine_fn_config_makefile dlls/api-ms-win-core-synch-l1-2-1 enable_api_ms_win_core
|
|||
wine_fn_config_makefile dlls/api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
|
||||
wine_fn_config_makefile dlls/api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
|
||||
wine_fn_config_makefile dlls/api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
|
||||
wine_fn_config_makefile dlls/api-ms-win-core-systemtopology-l1-1-0 enable_api_ms_win_core_systemtopology_l1_1_0
|
||||
wine_fn_config_makefile dlls/api-ms-win-core-threadpool-l1-1-0 enable_api_ms_win_core_threadpool_l1_1_0
|
||||
wine_fn_config_makefile dlls/api-ms-win-core-threadpool-l1-2-0 enable_api_ms_win_core_threadpool_l1_2_0
|
||||
wine_fn_config_makefile dlls/api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
|
||||
|
|
|
@ -2946,6 +2946,7 @@ WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-synch-l1-2-1)
|
|||
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-sysinfo-l1-1-0)
|
||||
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-sysinfo-l1-2-0)
|
||||
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-sysinfo-l1-2-1)
|
||||
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-systemtopology-l1-1-0)
|
||||
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-threadpool-l1-1-0)
|
||||
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-threadpool-l1-2-0)
|
||||
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-threadpool-legacy-l1-1-0)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = api-ms-win-core-systemtopology-l1-1-0.dll
|
|
@ -0,0 +1,2 @@
|
|||
@ stdcall GetNumaHighestNodeNumber(ptr) kernelbase.GetNumaHighestNodeNumber
|
||||
@ stdcall GetNumaNodeProcessorMaskEx(long ptr) kernelbase.GetNumaNodeProcessorMaskEx
|
|
@ -323,6 +323,7 @@ my @dll_groups =
|
|||
"api-ms-win-appmodel-runtime-l1-1-2",
|
||||
"api-ms-win-core-path-l1-1-0",
|
||||
"api-ms-win-core-quirks-l1-1-0",
|
||||
"api-ms-win-core-systemtopology-l1-1-0",
|
||||
"api-ms-win-security-grouppolicy-l1-1-0",
|
||||
],
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue