mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 06:25:49 +00:00
fix the comment
svn path=/trunk/; revision=27925
This commit is contained in:
parent
59f123b12e
commit
882a314408
1 changed files with 1 additions and 3 deletions
|
@ -211,9 +211,7 @@ CreateShortcut(int csidl, LPCTSTR folder, UINT nIdName, LPCTSTR command, UINT nI
|
||||||
if (!LoadString(hDllInstance, nIdTitle, title, sizeof(title)/sizeof(title[0])))
|
if (!LoadString(hDllInstance, nIdTitle, title, sizeof(title)/sizeof(title[0])))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
// FIXME: we should pass 'command' straight in here, but shell32 doesn't
|
// FIXME: we should pass 'command' straight in here, but shell32 doesn't expand it
|
||||||
// expand it, and explorer uses ShellExecuteEx anyway instead of calling
|
|
||||||
// shell32's STDMETHODCALLTYPE Resolve / IShellLinkW_fnResolve
|
|
||||||
return SUCCEEDED(CreateShellLink(path, exeName, _T(""), lpWorkingDir, NULL, 0, title));
|
return SUCCEEDED(CreateShellLink(path, exeName, _T(""), lpWorkingDir, NULL, 0, title));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue