mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 21:32:01 +00:00
wshom.ocx: Implement IWshShortcut_put_WorkingDirectory().
This commit is contained in:
parent
9e7c1bd163
commit
033c18fce9
@ -490,8 +490,8 @@ static HRESULT WINAPI WshShortcut_get_WorkingDirectory(IWshShortcut *iface, BSTR
|
||||
static HRESULT WINAPI WshShortcut_put_WorkingDirectory(IWshShortcut *iface, BSTR WorkingDirectory)
|
||||
{
|
||||
WshShortcut *This = impl_from_IWshShortcut(iface);
|
||||
FIXME("(%p)->(%s): stub\n", This, debugstr_w(WorkingDirectory));
|
||||
return E_NOTIMPL;
|
||||
TRACE("(%p)->(%s): stub\n", This, debugstr_w(WorkingDirectory));
|
||||
return IShellLinkW_SetWorkingDirectory(This->link, WorkingDirectory);
|
||||
}
|
||||
|
||||
static HRESULT WINAPI WshShortcut_Load(IWshShortcut *iface, BSTR PathLink)
|
||||
|
Loading…
x
Reference in New Issue
Block a user