mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
Fixed test of GetAcceptLanguagesA on NT4.
This commit is contained in:
parent
2f61bfc86a
commit
d3a1480f6b
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue