* Sorry.

svn path=/branches/shell-experiments/; revision=62516
This commit is contained in:
David Quintana 2014-03-16 09:36:28 +00:00
parent 535f0f1c4e
commit fb26c9bcd8

View file

@ -192,7 +192,7 @@ LRESULT CMenuFocusManager::GetMsgHook(INT nCode, WPARAM wParam, LPARAM lParam)
if (nCode < 0)
return CallNextHookEx(m_hHook, nCode, wParam, lParam);
DWORD pos = GetMessagePos();
LPARAM pos = (LPARAM) GetMessagePos();
if (nCode == HC_ACTION)
{