From f9e5da10de4bdd331a15fccbbdd9190c746622bc Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Tue, 29 Nov 2016 18:01:35 +0000 Subject: [PATCH] Fix build. svn path=/trunk/; revision=73408 --- reactos/dll/win32/shell32/CDefViewBckgrndMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.17.1