11 Mar
2023
11 Mar
'23
3:06 p.m.
Jactry Zeng (@jactry) commented about dlls/sppc/sppc.c:
return SL_E_RIGHT_NOT_CONSUMED; }
+HRESULT WINAPI SLGetSLIDList(HSLC handle, UINT queryType, const SLID *query, UINT returnType, UINT *count, SLID **data) +{ + FIXME("(%p %u %p %u %p %p) stub\n", handle, queryType, query, returnType, count, data );
Nitpick: here has an unnecessary space. And something similar happened in the following commit. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2374#note_26714