[win] fix bug 68628

This commit is contained in:
SimplestStudio
2025-10-09 14:57:08 +03:00
parent 2e073d7168
commit 93120562a5

View File

@ -101,7 +101,6 @@ HRESULT _CreateShellLink(PCWSTR pszArguments, PCWSTR pszTitle, IShellLink **ppsl
HRESULT _AddTasksToList(ICustomDestinationList *pcdl, const QStringList &list)
{
pcdl->AppendKnownCategory(KDC_RECENT);
IObjectCollection *poc;
HRESULT hr = CoCreateInstance(CLSID_EnumerableObjectCollection, NULL, CLSCTX_INPROC_SERVER, IID_PPV_ARGS(&poc));
if (SUCCEEDED(hr))