added FIXME comments for IResolveShellLink

svn path=/trunk/; revision=7474
This commit is contained in:
Martin Fuchs 2004-01-06 11:17:38 +00:00
parent 80f7dc3e34
commit 18045c4c66

View file

@ -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];