mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 10:43:42 +00:00
[SHELL32][SDK] Move SHMenuIndexFromID() definition to shlwapi_undoc.h
This commit is contained in:
parent
4ba56962e6
commit
144a8b5b84
2 changed files with 2 additions and 3 deletions
|
@ -1773,8 +1773,6 @@ LRESULT CDefView::OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandl
|
|||
|
||||
// #### Handling of the menus ####
|
||||
|
||||
extern "C" DWORD WINAPI SHMenuIndexFromID(HMENU hMenu, UINT uID);
|
||||
|
||||
HRESULT CDefView::FillFileMenu()
|
||||
{
|
||||
HMENU hFileMenu = GetSubmenuByID(m_hMenu, FCIDM_MENU_FILE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue