mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:02:57 +00:00
[WIN32K:NTUSER]
- Don't call PopupMenuWndProc for the message window in IntDispatchMessage. CID 1322026 svn path=/trunk/; revision=69644
This commit is contained in:
parent
fef72582a0
commit
32a955c11c
1 changed files with 1 additions and 0 deletions
|
@ -750,6 +750,7 @@ IntDispatchMessage(PMSG pMsg)
|
||||||
pMsg->wParam,
|
pMsg->wParam,
|
||||||
pMsg->lParam,
|
pMsg->lParam,
|
||||||
&retval);
|
&retval);
|
||||||
|
break;
|
||||||
case FNID_MENU:
|
case FNID_MENU:
|
||||||
DoCallBack = !PopupMenuWndProc( Window,
|
DoCallBack = !PopupMenuWndProc( Window,
|
||||||
pMsg->message,
|
pMsg->message,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue