mirror of
https://github.com/reactos/reactos.git
synced 2025-06-23 05:00:17 +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)
|
if (nCode < 0)
|
||||||
return CallNextHookEx(m_hHook, nCode, wParam, lParam);
|
return CallNextHookEx(m_hHook, nCode, wParam, lParam);
|
||||||
|
|
||||||
DWORD pos = GetMessagePos();
|
LPARAM pos = (LPARAM) GetMessagePos();
|
||||||
|
|
||||||
if (nCode == HC_ACTION)
|
if (nCode == HC_ACTION)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue