mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
added FIXME comments for IResolveShellLink
svn path=/trunk/; revision=7474
This commit is contained in:
parent
80f7dc3e34
commit
18045c4c66
1 changed files with 4 additions and 0 deletions
|
@ -1306,6 +1306,8 @@ static HRESULT WINAPI IShellLinkA_fnResolve(IShellLinkA * iface, HWND hwnd, DWOR
|
|||
|
||||
FIXME("(%p)->(hwnd=%p flags=%lx)\n",This, hwnd, fFlags);
|
||||
|
||||
/*FIXME: use IResolveShellLink interface */
|
||||
|
||||
if (!This->sPath && This->pPidl) {
|
||||
WCHAR buffer[MAX_PATH];
|
||||
|
||||
|
@ -1733,6 +1735,8 @@ static HRESULT WINAPI IShellLinkW_fnResolve(IShellLinkW * iface, HWND hwnd, DWOR
|
|||
|
||||
FIXME("(%p)->(hwnd=%p flags=%lx)\n",This, hwnd, fFlags);
|
||||
|
||||
/*FIXME: use IResolveShellLink interface */
|
||||
|
||||
if (!This->sPath && This->pPidl) {
|
||||
WCHAR buffer[MAX_PATH];
|
||||
|
||||
|
|
Loading…
Reference in a new issue