Reactos
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[MSRLE32_WINETEST] Sync with Wine Staging 4.0. CORE-15682

+1 -1
+1 -1
modules/rostests/winetests/msrle32/msrle.c
··· 129 129 outbits = HeapAlloc(GetProcessHeap(), 0, bih->biSizeImage); 130 130 ok(outbits != NULL, "Expected non-NULL value\n"); 131 131 132 - for (i = 0; i < sizeof(codecs) / sizeof(codecs[0]); i++) 132 + for (i = 0; i < ARRAY_SIZE(codecs); i++) 133 133 { 134 134 memset(bits, i + 0xAF, bih->biSizeImage); 135 135