Fixed tests of GetAcceptLanguagesA for win98.
This commit is contained in:
parent
1f79d57d3a
commit
64b4d5a40f
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue