Module: wine Branch: master Commit: 6089fe8667bfa0bf4f93437d9745a6ca862299df URL: http://source.winehq.org/git/wine.git/?a=commit;h=6089fe8667bfa0bf4f93437d97...
Author: Louis Lenders xerox_xerox2000@yahoo.co.uk Date: Sun Jun 10 12:08:09 2007 +0100
shell32: Add stub for SHUpdateRecycleBinIcon.
---
dlls/shell32/recyclebin.c | 11 +++++++++++ dlls/shell32/shell32.spec | 2 +- 2 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/dlls/shell32/recyclebin.c b/dlls/shell32/recyclebin.c index 7a756b9..a1ca9a6 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 2bf62dc..5d47e3d 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