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.