8 Mar
2025
8 Mar
'25
11:54 p.m.
Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/tests/effect.c:
+ { + const char *suffix; + UINT value_offset; + UINT value_bytes; + union + { + float f[32]; + DWORD dword[32]; + } value; + union + { + float f[32]; + DWORD dword[32]; + } expected_value; + BOOL todo_hr; + } raw_value_tests[] = Just curious: why the explicit name here? Were there multiple `tests` arrays at some point?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7505#note_97214