shell32: Make SHELL_CreateContextMenu() static.

Francois Gouget fgouget at free.fr
Fri Aug 5 02:56:41 CDT 2011


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

diff --git a/dlls/shell32/shlmenu.c b/dlls/shell32/shlmenu.c
index b37d526..4006807 100644
--- a/dlls/shell32/shlmenu.c
+++ b/dlls/shell32/shlmenu.c
@@ -1246,7 +1246,7 @@ static const IContextMenu3Vtbl CompositeCMenuVtbl=
     CompositeCMenu_HandleMenuMsg2
 };
 
-HRESULT SHELL_CreateContextMenu(HWND hwnd, IContextMenu* system_menu,
+static HRESULT SHELL_CreateContextMenu(HWND hwnd, IContextMenu* system_menu,
                                 IShellFolder *folder, LPCITEMIDLIST folder_pidl,
                                 LPCITEMIDLIST *apidl, UINT cidl, const HKEY *aKeys,
                                 UINT cKeys,REFIID riid, void** ppv)
-- 
1.7.5.4



More information about the wine-patches mailing list