shell32: Make erase_items() static.

Francois Gouget fgouget at free.fr
Thu Jul 14 06:14:25 CDT 2011


---
 dlls/shell32/recyclebin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/recyclebin.c b/dlls/shell32/recyclebin.c
index 4be6421..39b662a 100644
--- a/dlls/shell32/recyclebin.c
+++ b/dlls/shell32/recyclebin.c
@@ -771,7 +771,7 @@ static HRESULT WINAPI RecycleBin_AddFolder(ISFHelper * iface, HWND hwnd,
     return E_NOTIMPL;
 }
 
-HRESULT erase_items(HWND parent,const LPCITEMIDLIST * apidl, UINT cidl, BOOL confirm)
+static HRESULT erase_items(HWND parent,const LPCITEMIDLIST * apidl, UINT cidl, BOOL confirm)
 {
     UINT i=0;
     HRESULT ret = S_OK;
-- 
1.7.5.4



More information about the wine-patches mailing list