mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:55:39 +00:00
- Fix warning.
svn path=/trunk/; revision=46454
This commit is contained in:
parent
b67e6b206a
commit
760e2b7930
1 changed files with 2 additions and 2 deletions
|
@ -416,8 +416,8 @@ HRESULT STDMETHODCALLTYPE CMenuCallback::CallbackSM(LPSMDATA psmd, UINT uMsg, WP
|
||||||
if ((infoPtr->dwMask & SMIM_FLAGS) != 0)
|
if ((infoPtr->dwMask & SMIM_FLAGS) != 0)
|
||||||
if (psmd->uId == FCIDM_MENU_FAVORITES)
|
if (psmd->uId == FCIDM_MENU_FAVORITES)
|
||||||
infoPtr->dwFlags |= SMIF_DROPCASCADE;
|
infoPtr->dwFlags |= SMIF_DROPCASCADE;
|
||||||
else
|
else{
|
||||||
infoPtr->dwFlags |= SMIF_TRACKPOPUP;
|
infoPtr->dwFlags |= SMIF_TRACKPOPUP;}
|
||||||
if ((infoPtr->dwMask & SMIM_ICON) != 0)
|
if ((infoPtr->dwMask & SMIM_ICON) != 0)
|
||||||
infoPtr->iIcon = -1;
|
infoPtr->iIcon = -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue