19 Oct
2022
19 Oct
'22
11:37 a.m.
On Tue Oct 18 10:04:58 2022 +0000, Matteo Bruni wrote:
Can you reorder the fields such that the values to set are all at the start and the expected values all at the end? E.g.: ```suggestion:-10+0 struct test_set_raw_data_value { const char *param_name; D3DXPARAMETER_TYPE param_type; const void *data; unsigned int data_size; unsigned int offset; HRESULT expected_hr; const void *expected_data; unsigned int expected_data_size; }; ``` Done in v3 of the patch.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/979#note_11310