From fb26c9bcd8ff0aa96bc2d930e1d1095066f65c72 Mon Sep 17 00:00:00 2001 From: David Quintana Date: Sun, 16 Mar 2014 09:36:28 +0000 Subject: [PATCH] [RSHELL] * Sorry. svn path=/branches/shell-experiments/; revision=62516 --- base/shell/rshell/CMenuFocusManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/shell/rshell/CMenuFocusManager.cpp b/base/shell/rshell/CMenuFocusManager.cpp index 46ba8baa4be..2a88688fa18 100644 --- a/base/shell/rshell/CMenuFocusManager.cpp +++ b/base/shell/rshell/CMenuFocusManager.cpp @@ -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) {