gdi32/tests: Make test_GdiAlphaBlend() static.

This commit is contained in:
Francois Gouget 2008-12-12 10:21:11 +01:00 committed by Alexandre Julliard
parent 287dee6e78
commit f5657080c7
1 changed files with 1 additions and 1 deletions

View File

@ -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;