shell32: add stub for SHUpdateRecycleBinIcon

Louis. Lenders xerox_xerox2000 at yahoo.co.uk
Sun Jun 10 06:08:09 CDT 2007


Skipped content of type multipart/alternative-------------- next part --------------
diff --git a/dlls/shell32/recyclebin.c b/dlls/shell32/recyclebin.c
index 7a756b9..43dc909 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


More information about the wine-patches mailing list