14 Jun
2022
14 Jun
'22
7:37 a.m.
Huw Davies (@huw) commented about dlls/uiautomationcore/uia_provider.c:
return hr; }
+#define DIR_FORWARD 0 +#define DIR_REVERSE 1 +static HRESULT msaa_acc_get_next_child(IAccessible *acc, LONG start_pos, LONG direction, + IAccessible **child, LONG *child_id, LONG *end_pos)
`end_pos` seems like an odd name, would `child_pos` be better? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/241#note_2021