kernel32/tests: We need the return value.

This commit is contained in:
Paul Vriens 2008-10-06 17:32:09 +02:00 committed by Alexandre Julliard
parent 5780b9b56d
commit b16983c1bc
1 changed files with 1 additions and 1 deletions

View File

@ -2052,7 +2052,7 @@ static void test_EnumSystemLanguageGroupsA(void)
/* No enumeration proc */
SetLastError(0);
pEnumSystemLanguageGroupsA(0, LGRPID_INSTALLED, 0);
ret = pEnumSystemLanguageGroupsA(0, LGRPID_INSTALLED, 0);
if (!ret && GetLastError() == ERROR_CALL_NOT_IMPLEMENTED)
{
win_skip("EnumSystemLanguageGroupsA is not implemented\n");