[PATCH 0/1] MR3031: user32: Add GetSystemDpiForProcess export.
The JetBrains dotPeek installer calls this function through user32, instead of win32u. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3031
From: Etaash Mathamsetty <etaash.mathamsetty(a)gmail.com> --- dlls/user32/user32.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/user32/user32.spec b/dlls/user32/user32.spec index 38462607ccd..121561b1860 100644 --- a/dlls/user32/user32.spec +++ b/dlls/user32/user32.spec @@ -386,6 +386,7 @@ @ stdcall GetSubMenu(long long) @ stdcall GetSysColor(long) @ stdcall GetSysColorBrush(long) +@ stdcall GetSystemDpiForProcess(long) NtUserGetSystemDpiForProcess @ stdcall GetSystemMenu(long long) NtUserGetSystemMenu @ stdcall GetSystemMetrics(long) @ stdcall GetSystemMetricsForDpi(long long) -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/3031
This merge request was approved by Etaash Mathamsetty. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3031
participants (2)
-
Etaash Mathamsetty -
Etaash Mathamsetty (@etaash.mathamsetty)