kernel32/tests: Make test_CompareStringOrdinal() static.

This commit is contained in:
Francois Gouget 2012-11-04 11:06:40 +01:00 committed by Alexandre Julliard
parent b7576d6f04
commit a4f2c00526
1 changed files with 1 additions and 1 deletions

View File

@ -3480,7 +3480,7 @@ static void test_IsValidLocaleName(void)
ok(!ret, "IsValidLocaleName should have failed\n");
}
void test_CompareStringOrdinal(void)
static void test_CompareStringOrdinal(void)
{
INT ret;
WCHAR test1[] = { 't','e','s','t',0 };