Module: wine Branch: master Commit: a61145f2849857571367dab0359449fe80c09e77 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a61145f2849857571367dab035...
Author: Francois Gouget fgouget@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)