From 17b386a689cdc3aa99b70dc46f8fb1918400e481 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 14 Jul 2011 13:14:25 +0200 Subject: [PATCH] shell32: Make erase_items() static. --- dlls/shell32/recyclebin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/shell32/recyclebin.c b/dlls/shell32/recyclebin.c index 4be6421dc0c..39b662abc3d 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; -- 2.11.4.GIT