25 Jul
2024
25 Jul
'24
11:42 a.m.
Alfred Agrell (@Alcaro) commented about dlls/shell32/enumobjects.c:
FIXME("(%p/%p %ld, %p)->(%p, %p): stub!\n", This, iface, celt, debugstr_guid(riid), rgelt, celtFetched);
- if (celtFetched) - celtFetched = 0; + if (celtFetched) + *celtFetched = 0;
- return S_FALSE; + return S_FALSE;
There's tabs here too -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6130#note_77048