The JetBrains dotPeek installer calls this function through user32, instead of win32u.
From: Etaash Mathamsetty etaash.mathamsetty@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)
This merge request was approved by Etaash Mathamsetty.