Commit d3a1480f authored by Stefan Leichter's avatar Stefan Leichter Committed by Alexandre Julliard

Fixed test of GetAcceptLanguagesA on NT4.

parent 2f61bfc8
......@@ -60,6 +60,7 @@ static void test_GetAcceptLanguagesA(void)
}
ok( (ERROR_NO_IMPERSONATION_TOKEN == GetLastError()) ||
(ERROR_CLASS_DOES_NOT_EXIST == GetLastError()) ||
(ERROR_PROC_NOT_FOUND == GetLastError()) ||
(ERROR_SUCCESS == GetLastError()), "last error set to %ld\n", GetLastError());
exactsize = strlen(buffer);
......
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