mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[RSHELL]
* Sorry. svn path=/branches/shell-experiments/; revision=62516
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user