mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 10:44:47 +00:00
shell32: Add stub for SHUpdateRecycleBinIcon.
This commit is contained in:
parent
de559d9ce0
commit
6089fe8667
2 changed files with 12 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue