mirror of
https://github.com/reactos/reactos.git
synced 2025-06-22 23:20:16 +00:00
[RSHELL]
* Sorry. svn path=/branches/shell-experiments/; revision=62516
This commit is contained in:
parent
535f0f1c4e
commit
fb26c9bcd8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue