Fixed ShellContextMenu build error due to change to AppendMenu

pull/211/head
dahall 2020-12-27 17:30:43 -07:00
parent f0fd3f0334
commit ee55299902
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ namespace Vanara.Windows.Shell
{
cbSize = (uint)Marshal.SizeOf(typeof(MENUINFO)),
fMask = MenuInfoMember.MIM_MENUDATA,
dwMenuData = (UIntPtr)tag
dwMenuData = (IntPtr)tag
};
foreach (Menu item in menu.MenuItems)