mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Even without a CMINVOKECOMMANDINFOEX structure a link should be executed with the supplied parameters
See issue #4323 for more details. svn path=/trunk/; revision=42557
This commit is contained in:
parent
216c94033d
commit
a5dfb6bd53
1 changed files with 4 additions and 0 deletions
|
@ -2816,6 +2816,10 @@ ShellLink_InvokeCommand( IContextMenu* iface, LPCMINVOKECOMMANDINFO lpici )
|
|||
wcscat( args, iciex->lpParametersW );
|
||||
}
|
||||
}
|
||||
else if (This->sArgs != NULL)
|
||||
{
|
||||
args = This->sArgs;
|
||||
}
|
||||
|
||||
memset( &sei, 0, sizeof sei );
|
||||
sei.cbSize = sizeof sei;
|
||||
|
|
Loading…
Reference in a new issue