Francois Gouget : shell32: Make erase_items() static.

Alexandre Julliard julliard at winehq.org
Thu Jul 14 13:08:18 CDT 2011


Module: wine
Branch: master
Commit: 17b386a689cdc3aa99b70dc46f8fb1918400e481
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=17b386a689cdc3aa99b70dc46f8fb1918400e481

Author: Francois Gouget <fgouget at 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;




More information about the wine-cvs mailing list