mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Fix build.
svn path=/trunk/; revision=73408
This commit is contained in:
parent
4c9e684463
commit
f9e5da10de
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ CDefViewBckgrndMenu::QueryContextMenu(HMENU hMenu, UINT indexMenu, UINT idCmdFir
|
|||
{
|
||||
InsertMenuA(hMenu, indexMenu++, MF_BYPOSITION | MF_SEPARATOR, 0, NULL);
|
||||
UINT SeparatorIndex = indexMenu;
|
||||
UINT count = GetMenuItemCount(hMenu);
|
||||
int count = GetMenuItemCount(hMenu);
|
||||
|
||||
hr = m_folderCM->QueryContextMenu(hMenu, indexMenu, idCmdFirst, idCmdLast, uFlags);
|
||||
if (SUCCEEDED(hr))
|
||||
|
|
Loading…
Reference in a new issue