mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 17:14:32 +00:00
[OLEACC_WINETEST] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
parent
016864f8ff
commit
3425afa6d9
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ static void test_getroletext(void)
|
|||
memset(buff2W, 0, sizeof(buff2W));
|
||||
|
||||
ret = GetRoleTextW(role, NULL, 0);
|
||||
GetRoleTextW(role, buff2W, sizeof(buff2W)/sizeof(WCHAR));
|
||||
GetRoleTextW(role, buff2W, ARRAY_SIZE(buff2W));
|
||||
ok(ret == lstrlenW(buff2W),
|
||||
"GetRoleTextW: returned length doesn't match returned buffer for role %d\n", role);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue