Skip to content

Commit

Permalink
user32: Verify GetDPIForWindow.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefand committed Jun 21, 2020
1 parent 1f239aa commit 117f5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/user32/win.c
Original file line number Diff line number Diff line change
Expand Up @@ -2680,7 +2680,7 @@ WINBASEAPI UINT WINAPI GetDpiForWindow(HWND hwnd)
void qemu_GetDpiForWindow(struct qemu_syscall *call)
{
struct qemu_GetDpiForWindow *c = (struct qemu_GetDpiForWindow *)call;
WINE_FIXME("Unverified!\n");
WINE_TRACE("\n");
c->super.iret = GetDpiForWindow(QEMU_G2H(c->hwnd));
}

Expand Down

0 comments on commit 117f5e4

Please sign in to comment.