Francois Gouget : shell32: Make erase_items() static.
Module: wine Branch: master Commit: 17b386a689cdc3aa99b70dc46f8fb1918400e481 URL: http://source.winehq.org/git/wine.git/?a=commit;h=17b386a689cdc3aa99b70dc46f... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Jul 14 13:14:25 2011 +0200 shell32: Make erase_items() static. --- 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;
participants (1)
-
Alexandre Julliard