api-ms-win-shcore-scaling-l1-1-1: Add stub dll.
Signed-off-by: Austin English <austinenglish@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
981dec4986
commit
1b34d99c27
|
@ -1074,6 +1074,7 @@ enable_api_ms_win_service_management_l2_1_0
|
|||
enable_api_ms_win_service_private_l1_1_1
|
||||
enable_api_ms_win_service_winsvc_l1_1_0
|
||||
enable_api_ms_win_service_winsvc_l1_2_0
|
||||
enable_api_ms_win_shcore_scaling_l1_1_1
|
||||
enable_api_ms_win_shell_shellcom_l1_1_0
|
||||
enable_api_ms_win_shell_shellfolders_l1_1_0
|
||||
enable_apphelp
|
||||
|
@ -18283,6 +18284,7 @@ wine_fn_config_dll api-ms-win-service-management-l2-1-0 enable_api_ms_win_servic
|
|||
wine_fn_config_dll api-ms-win-service-private-l1-1-1 enable_api_ms_win_service_private_l1_1_1
|
||||
wine_fn_config_dll api-ms-win-service-winsvc-l1-1-0 enable_api_ms_win_service_winsvc_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
|
||||
wine_fn_config_dll api-ms-win-shcore-scaling-l1-1-1 enable_api_ms_win_shcore_scaling_l1_1_1
|
||||
wine_fn_config_dll api-ms-win-shell-shellcom-l1-1-0 enable_api_ms_win_shell_shellcom_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-shell-shellfolders-l1-1-0 enable_api_ms_win_shell_shellfolders_l1_1_0
|
||||
wine_fn_config_dll apphelp enable_apphelp
|
||||
|
|
|
@ -2939,6 +2939,7 @@ WINE_CONFIG_DLL(api-ms-win-service-management-l2-1-0)
|
|||
WINE_CONFIG_DLL(api-ms-win-service-private-l1-1-1)
|
||||
WINE_CONFIG_DLL(api-ms-win-service-winsvc-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-service-winsvc-l1-2-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-shcore-scaling-l1-1-1)
|
||||
WINE_CONFIG_DLL(api-ms-win-shell-shellcom-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-shell-shellfolders-l1-1-0)
|
||||
WINE_CONFIG_DLL(apphelp)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = api-ms-win-shcore-scaling-l1-1-1.dll
|
|
@ -0,0 +1,9 @@
|
|||
@ stub GetDpiForMonitor
|
||||
@ stub GetProcessDpiAwareness
|
||||
@ stub GetScaleFactorForDevice
|
||||
@ stub GetScaleFactorForMonitor
|
||||
@ stub RegisterScaleChangeEvent
|
||||
@ stub RegisterScaleChangeNotifications
|
||||
@ stub RevokeScaleChangeNotifications
|
||||
@ stub SetProcessDpiAwareness
|
||||
@ stub UnregisterScaleChangeEvent
|
|
@ -322,6 +322,7 @@ my @dll_groups =
|
|||
"api-ms-win-core-shlwapi-legacy-l1-1-0",
|
||||
"api-ms-win-core-shlwapi-obsolete-l1-1-0",
|
||||
"api-ms-win-core-shlwapi-obsolete-l1-2-0",
|
||||
"api-ms-win-shcore-scaling-l1-1-1",
|
||||
"api-ms-win-core-url-l1-1-0",
|
||||
],
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue