Commit f5657080 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

gdi32/tests: Make test_GdiAlphaBlend() static.

parent 287dee6e
......@@ -2131,7 +2131,7 @@ static void test_get16dibits(void)
ReleaseDC(NULL, screen_dc);
}
void test_GdiAlphaBlend()
static void test_GdiAlphaBlend(void)
{
/* test out-of-bound parameters for GdiAlphaBlend */
HDC hdcNull;
......
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