Commit 0ae16ed7 authored by Joshua Ashton's avatar Joshua Ashton Committed by Alexandre Julliard

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

parent ac65e154
@ stdcall GetDpiForMonitor(long long ptr ptr) shcore.GetDpiForMonitor @ stdcall GetDpiForMonitor(long long ptr ptr) shcore.GetDpiForMonitor
@ stdcall GetProcessDpiAwareness(long ptr) shcore.GetProcessDpiAwareness @ stdcall GetProcessDpiAwareness(long ptr) shcore.GetProcessDpiAwareness
@ stub GetScaleFactorForDevice @ stdcall GetScaleFactorForDevice(long) shcore.GetScaleFactorForDevice
@ stdcall GetScaleFactorForMonitor(long ptr) shcore.GetScaleFactorForMonitor @ stdcall GetScaleFactorForMonitor(long ptr) shcore.GetScaleFactorForMonitor
@ stub RegisterScaleChangeEvent @ stub RegisterScaleChangeEvent
@ stub RegisterScaleChangeNotifications @ stub RegisterScaleChangeNotifications
......
...@@ -357,6 +357,7 @@ my @dll_groups = ...@@ -357,6 +357,7 @@ my @dll_groups =
"api-ms-win-shcore-thread-l1-1-0", "api-ms-win-shcore-thread-l1-1-0",
"api-ms-win-shcore-stream-l1-1-0", "api-ms-win-shcore-stream-l1-1-0",
"api-ms-win-shcore-stream-winrt-l1-1-0", "api-ms-win-shcore-stream-winrt-l1-1-0",
"api-ms-win-shcore-scaling-l1-1-1",
], ],
[ [
"shell32", "shell32",
...@@ -376,11 +377,6 @@ my @dll_groups = ...@@ -376,11 +377,6 @@ my @dll_groups =
"api-ms-win-core-url-l1-1-0", "api-ms-win-core-url-l1-1-0",
], ],
[ [
"shell32",
"shlwapi",
"api-ms-win-shcore-scaling-l1-1-1",
],
[
"user32", "user32",
"api-ms-win-core-stringansi-l1-1-0", "api-ms-win-core-stringansi-l1-1-0",
"api-ms-win-core-stringloader-l1-1-1", "api-ms-win-core-stringloader-l1-1-1",
......
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