Commit a61145f2 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32: Make SHELL_CreateContextMenu() static.

parent 319f3b7d
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment