mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 09:40:21 +08: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user