Fixed test of GetAcceptLanguagesA on NT4.

This commit is contained in:
Stefan Leichter 2004-09-03 17:28:09 +00:00 committed by Alexandre Julliard
parent 2f61bfc86a
commit d3a1480f6b
1 changed files with 1 additions and 0 deletions

View File

@ -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);