gdi32/tests: Make test_GdiAlphaBlend() static.
This commit is contained in:
parent
287dee6e78
commit
f5657080c7
|
@ -2131,7 +2131,7 @@ static void test_get16dibits(void)
|
||||||
ReleaseDC(NULL, screen_dc);
|
ReleaseDC(NULL, screen_dc);
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_GdiAlphaBlend()
|
static void test_GdiAlphaBlend(void)
|
||||||
{
|
{
|
||||||
/* test out-of-bound parameters for GdiAlphaBlend */
|
/* test out-of-bound parameters for GdiAlphaBlend */
|
||||||
HDC hdcNull;
|
HDC hdcNull;
|
||||||
|
|
Loading…
Reference in New Issue