mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[MSRLE32_WINETEST] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
parent
6c5ec3ddff
commit
e430a46061
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ static void test_raw_decompress(void)
|
|||
outbits = HeapAlloc(GetProcessHeap(), 0, bih->biSizeImage);
|
||||
ok(outbits != NULL, "Expected non-NULL value\n");
|
||||
|
||||
for (i = 0; i < sizeof(codecs) / sizeof(codecs[0]); i++)
|
||||
for (i = 0; i < ARRAY_SIZE(codecs); i++)
|
||||
{
|
||||
memset(bits, i + 0xAF, bih->biSizeImage);
|
||||
|
||||
|
|
Loading…
Reference in a new issue