mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[OLEACC_WINETEST] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user