Commit b16983c1 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

kernel32/tests: We need the return value.

parent 5780b9b5
......@@ -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");
......
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