[SHELL32][SDK] Move SHMenuIndexFromID() definition to shlwapi_undoc.h

This commit is contained in:
Hermès Bélusca-Maïto 2024-09-14 22:40:11 +02:00
parent 4ba56962e6
commit 144a8b5b84
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
2 changed files with 2 additions and 3 deletions

View file

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