Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/tests/surface.c:
test_tga_grayscale_8bpp_4_4},{ { 0, COLORMAP_TYPE_NONE, IMAGETYPE_GRAYSCALE | IMAGETYPE_RLE, 0, 0, 0, 0, 0, 4, 4, 8, 0 },NULL, 0,test_tga_grayscale_8bpp_4_4_rle, sizeof(test_tga_grayscale_8bpp_4_4_rle),test_tga_grayscale_8bpp_rle_expected},- };
- static const uint8_t rle_test_bits[] = { 15, 16, 24, 32 };
- struct
- {
struct tga_header header;uint8_t data[4096 * 1024];- } *tga;
- IDirect3DSurface9 *surface;
- uint32_t i;
This could be `unsigned int` as well.