Francois Gouget : shell32: Make SHELL_CreateContextMenu() static.

Alexandre Julliard julliard at winehq.org
Fri Aug 5 10:20:49 CDT 2011


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Aug  5 09:56:41 2011 +0200

shell32: Make SHELL_CreateContextMenu() static.

---

 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)




More information about the wine-cvs mailing list