Etaash Mathamsetty : user32: Add GetSystemDpiForProcess export.
Module: wine Branch: master Commit: f2fef431d598db4af241f03d8cd617a353fe7207 URL: https://gitlab.winehq.org/wine/wine/-/commit/f2fef431d598db4af241f03d8cd617a... Author: Etaash Mathamsetty <etaash.mathamsetty(a)gmail.com> Date: Fri Jun 9 20:22:35 2023 -0400 user32: Add GetSystemDpiForProcess export. --- 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)
participants (1)
-
Alexandre Julliard