Fix build.

svn path=/trunk/; revision=73408
This commit is contained in:
Giannis Adamopoulos 2016-11-29 18:01:35 +00:00
parent 4c9e684463
commit f9e5da10de

View file

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