shell32: Make SHELL_CreateContextMenu() static.

This commit is contained in:
Francois Gouget 2011-08-05 09:56:41 +02:00 committed by Alexandre Julliard
parent 319f3b7d6d
commit a61145f284

View file

@ -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)