mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:25:58 +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);
|
InsertMenuA(hMenu, indexMenu++, MF_BYPOSITION | MF_SEPARATOR, 0, NULL);
|
||||||
UINT SeparatorIndex = indexMenu;
|
UINT SeparatorIndex = indexMenu;
|
||||||
UINT count = GetMenuItemCount(hMenu);
|
int count = GetMenuItemCount(hMenu);
|
||||||
|
|
||||||
hr = m_folderCM->QueryContextMenu(hMenu, indexMenu, idCmdFirst, idCmdLast, uFlags);
|
hr = m_folderCM->QueryContextMenu(hMenu, indexMenu, idCmdFirst, idCmdLast, uFlags);
|
||||||
if (SUCCEEDED(hr))
|
if (SUCCEEDED(hr))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue