mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 20:31:35 +00:00
ole32/tests: Fix compilation on systems that don't support nameless unions.
This commit is contained in:
parent
cb5beede16
commit
54c74dc4a2
@ -2984,7 +2984,7 @@ static void test_hglobal_storage_creation(void)
|
||||
|
||||
r = ILockBytes_Stat(ilb, &stat, STATFLAG_NONAME);
|
||||
ok(r == S_OK, "ILockBytes_Stat failed, hr=%x\n", r);
|
||||
ok(stat.cbSize.LowPart < 2512, "expected truncated size, got %d\n", stat.cbSize.LowPart);
|
||||
ok(stat.cbSize.u.LowPart < 2512, "expected truncated size, got %d\n", stat.cbSize.u.LowPart);
|
||||
|
||||
ILockBytes_Release(ilb);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user