Fixed tests of GetAcceptLanguagesA for win98.

oldstable
Stefan Leichter 2004-12-15 10:50:21 +00:00 committed by Alexandre Julliard
parent 1f79d57d3a
commit 64b4d5a40f
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ static void test_GetAcceptLanguagesA(void)
ok( (ERROR_NO_IMPERSONATION_TOKEN == GetLastError()) ||
(ERROR_CLASS_DOES_NOT_EXIST == GetLastError()) ||
(ERROR_PROC_NOT_FOUND == GetLastError()) ||
(ERROR_CALL_NOT_IMPLEMENTED == GetLastError()) ||
(ERROR_SUCCESS == GetLastError()), "last error set to %ld\n", GetLastError());
exactsize = strlen(buffer);