mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[SHELL32] Remove some trailing spaces; use explicitly global namespace for some functions.
This commit is contained in:
@@ -950,7 +950,7 @@ HRESULT CMenuToolbarBase::KeyboardItemChange(DWORD dwSelectType)
|
||||
{
|
||||
HWND tlw;
|
||||
m_menuBand->_GetTopLevelWindow(&tlw);
|
||||
SendMessageW(tlw, WM_CANCELMODE, 0, 0);
|
||||
::SendMessageW(tlw, WM_CANCELMODE, 0, 0);
|
||||
PostMessageW(WM_USER_CHANGETRACKEDITEM, index, MAKELPARAM(m_isTrackingPopup, FALSE));
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user