Commit 6089fe86 authored by Louis Lenders's avatar Louis Lenders Committed by Alexandre Julliard

shell32: Add stub for SHUpdateRecycleBinIcon.

parent de559d9c
......@@ -512,3 +512,14 @@ static const IPersistFolder2Vtbl recycleBinPersistVtbl =
/* IPersistFolder2 */
RecycleBin_GetCurFolder
};
/*************************************************************************
* SHUpdateRecycleBinIcon [SHELL32.@]
*
* Undocumented
*/
HRESULT WINAPI SHUpdateRecycleBinIcon(void)
{
FIXME("stub\n");
return S_OK;
}
......@@ -368,7 +368,7 @@
@ stdcall SHQueryRecycleBinA(str ptr)
@ stdcall SHQueryRecycleBinW(wstr ptr)
@ stdcall SHSetLocalizedName(wstr wstr long)
@ stub SHUpdateRecycleBinIcon
@ stdcall SHUpdateRecycleBinIcon()
@ stdcall SheChangeDirA(str)
@ stub SheChangeDirExA
@ stub SheChangeDirExW
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment