From: Giannis Adamopoulos Date: Tue, 29 Nov 2016 18:01:35 +0000 (+0000) Subject: Fix build. X-Git-Tag: ReactOS-0.4.4-FOSDEM2017~127 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=f9e5da10de4bdd331a15fccbbdd9190c746622bc Fix build. svn path=/trunk/; revision=73408 --- diff --git a/reactos/dll/win32/shell32/CDefViewBckgrndMenu.cpp b/reactos/dll/win32/shell32/CDefViewBckgrndMenu.cpp index 14de3de6ac2..6cb859ebe74 100644 --- a/reactos/dll/win32/shell32/CDefViewBckgrndMenu.cpp +++ b/reactos/dll/win32/shell32/CDefViewBckgrndMenu.cpp @@ -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))