kernel32/tests: We need the return value.
This commit is contained in:
parent
5780b9b56d
commit
b16983c1bc
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue