Commit 0c91032f authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

gdiplus/tests: Actually test a GdipCreateFromHDC call (PVS-Studio).

parent 9650f21b
......@@ -3769,6 +3769,7 @@ static void test_font_height_scaling(void)
hdc = CreateCompatibleDC(0);
status = GdipCreateFromHDC(hdc, &graphics);
expect(Ok, status);
status = GdipGetDpiY(graphics, &dpi);
expect(Ok, status);
......
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