api-ms-win-shcore-scaling-l1-1-1: Move to shcore dllgroup.

Signed-off-by: Joshua Ashton <joshua@froggi.es>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Joshua Ashton 2021-04-07 21:27:31 +01:00 committed by Alexandre Julliard
parent ac65e15409
commit 0ae16ed785
2 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,6 @@
@ stdcall GetDpiForMonitor(long long ptr ptr) shcore.GetDpiForMonitor
@ stdcall GetProcessDpiAwareness(long ptr) shcore.GetProcessDpiAwareness
@ stub GetScaleFactorForDevice
@ stdcall GetScaleFactorForDevice(long) shcore.GetScaleFactorForDevice
@ stdcall GetScaleFactorForMonitor(long ptr) shcore.GetScaleFactorForMonitor
@ stub RegisterScaleChangeEvent
@ stub RegisterScaleChangeNotifications

View File

@ -357,6 +357,7 @@ my @dll_groups =
"api-ms-win-shcore-thread-l1-1-0",
"api-ms-win-shcore-stream-l1-1-0",
"api-ms-win-shcore-stream-winrt-l1-1-0",
"api-ms-win-shcore-scaling-l1-1-1",
],
[
"shell32",
@ -375,11 +376,6 @@ my @dll_groups =
"api-ms-win-core-shlwapi-obsolete-l1-2-0",
"api-ms-win-core-url-l1-1-0",
],
[
"shell32",
"shlwapi",
"api-ms-win-shcore-scaling-l1-1-1",
],
[
"user32",
"api-ms-win-core-stringansi-l1-1-0",