mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win] fix bug 68628
This commit is contained in:
@ -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))
|
||||
|
||||
Reference in New Issue
Block a user