mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix build.
svn path=/trunk/; revision=73408
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user