From 6089fe8667bfa0bf4f93437d9745a6ca862299df Mon Sep 17 00:00:00 2001 From: Louis Lenders Date: Sun, 10 Jun 2007 12:08:09 +0100 Subject: [PATCH] shell32: Add stub for SHUpdateRecycleBinIcon. --- dlls/shell32/recyclebin.c | 11 +++++++++++ dlls/shell32/shell32.spec | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/dlls/shell32/recyclebin.c b/dlls/shell32/recyclebin.c index 7a756b9f851..a1ca9a68dd6 100644 --- a/dlls/shell32/recyclebin.c +++ b/dlls/shell32/recyclebin.c @@ -512,3 +512,14 @@ static const IPersistFolder2Vtbl recycleBinPersistVtbl = /* IPersistFolder2 */ RecycleBin_GetCurFolder }; + +/************************************************************************* + * SHUpdateRecycleBinIcon [SHELL32.@] + * + * Undocumented + */ +HRESULT WINAPI SHUpdateRecycleBinIcon(void) +{ + FIXME("stub\n"); + return S_OK; +} diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec index 2bf62dc1e17..5d47e3d45d5 100644 --- a/dlls/shell32/shell32.spec +++ b/dlls/shell32/shell32.spec @@ -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 -- 2.11.4.GIT