mirror of
https://github.com/reactos/wine.git
synced 2025-02-28 16:56:24 +00:00
gdi32/tests: Call ReleaseDC not DeleteDC.
This commit is contained in:
parent
cd3281a0de
commit
cf5dae18ac
@ -556,7 +556,7 @@ static void test_boundsrect_invalid(void)
|
||||
ok(ret == 0, "Expected SetBoundsRect to return 0, got %u\n", ret);
|
||||
}
|
||||
|
||||
DeleteDC(hdc);
|
||||
ReleaseDC(NULL, hdc);
|
||||
}
|
||||
|
||||
static void test_desktop_colorres(void)
|
||||
@ -595,7 +595,7 @@ static void test_desktop_colorres(void)
|
||||
}
|
||||
}
|
||||
|
||||
DeleteDC(hdc);
|
||||
ReleaseDC(NULL, hdc);
|
||||
}
|
||||
|
||||
START_TEST(dc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user