shell32: Make SHELL_CreateContextMenu() static.
This commit is contained in:
parent
319f3b7d6d
commit
a61145f284
@ -1246,7 +1246,7 @@ static const IContextMenu3Vtbl CompositeCMenuVtbl=
|
|||||||
CompositeCMenu_HandleMenuMsg2
|
CompositeCMenu_HandleMenuMsg2
|
||||||
};
|
};
|
||||||
|
|
||||||
HRESULT SHELL_CreateContextMenu(HWND hwnd, IContextMenu* system_menu,
|
static HRESULT SHELL_CreateContextMenu(HWND hwnd, IContextMenu* system_menu,
|
||||||
IShellFolder *folder, LPCITEMIDLIST folder_pidl,
|
IShellFolder *folder, LPCITEMIDLIST folder_pidl,
|
||||||
LPCITEMIDLIST *apidl, UINT cidl, const HKEY *aKeys,
|
LPCITEMIDLIST *apidl, UINT cidl, const HKEY *aKeys,
|
||||||
UINT cKeys,REFIID riid, void** ppv)
|
UINT cKeys,REFIID riid, void** ppv)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user