16 Oct
2024
16 Oct
'24
1:02 p.m.
Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/tests/surface.c:
+{ + static const struct + { + struct tga_header header; + struct + { + HRESULT hr; + uint32_t width; + uint32_t height; + D3DFORMAT format; + } + expected; + uint32_t extra_header_size; + BOOL todo_hr; + BOOL todo_info; + } info_tests[] = { ... while this opening bracket, confusingly perhaps, can also be on its own line.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6673#note_85139