api-ms-win-shcore-thread-l1-1-0: Add dll.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Michael Müller 2018-03-15 01:33:58 +00:00 committed by Alexandre Julliard
parent 4ae30abb44
commit 627b86d566
5 changed files with 13 additions and 0 deletions

2
configure vendored
View File

@ -1095,6 +1095,7 @@ enable_api_ms_win_service_winsvc_l1_1_0
enable_api_ms_win_service_winsvc_l1_2_0
enable_api_ms_win_shcore_obsolete_l1_1_0
enable_api_ms_win_shcore_scaling_l1_1_1
enable_api_ms_win_shcore_thread_l1_1_0
enable_api_ms_win_shell_shellcom_l1_1_0
enable_api_ms_win_shell_shellfolders_l1_1_0
enable_apphelp
@ -18398,6 +18399,7 @@ wine_fn_config_makefile dlls/api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_
wine_fn_config_makefile dlls/api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
wine_fn_config_makefile dlls/api-ms-win-shcore-obsolete-l1-1-0 enable_api_ms_win_shcore_obsolete_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
wine_fn_config_makefile dlls/api-ms-win-shcore-thread-l1-1-0 enable_api_ms_win_shcore_thread_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
wine_fn_config_makefile dlls/apphelp enable_apphelp

View File

@ -3027,6 +3027,7 @@ WINE_CONFIG_MAKEFILE(dlls/api-ms-win-service-winsvc-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-service-winsvc-l1-2-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shcore-obsolete-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shcore-scaling-l1-1-1)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shcore-thread-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shell-shellcom-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-shell-shellfolders-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/apphelp)

View File

@ -0,0 +1 @@
MODULE = api-ms-win-shcore-thread-l1-1-0.dll

View File

@ -0,0 +1,8 @@
@ stub GetProcessReference
@ stdcall SHCreateThread(ptr ptr long ptr) shcore.SHCreateThread
@ stdcall SHCreateThreadRef(ptr ptr) shcore.SHCreateThreadRef
@ stub SHCreateThreadWithHandle
@ stdcall SHGetThreadRef(ptr) shcore.SHGetThreadRef
@ stdcall SHReleaseThreadRef() shcore.SHReleaseThreadRef
@ stdcall SHSetThreadRef(ptr) shcore.SHSetThreadRef
@ stub SetProcessReference

View File

@ -354,6 +354,7 @@ my @dll_groups =
[
"shcore",
"api-ms-win-shcore-obsolete-l1-1-0",
"api-ms-win-shcore-thread-l1-1-0",
],
[
"user32",