shell32: Make erase_items() static.

This commit is contained in:
Francois Gouget 2011-07-14 13:14:25 +02:00 committed by Alexandre Julliard
parent 60ffc296f0
commit 17b386a689
1 changed files with 1 additions and 1 deletions

View File

@ -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;