mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
Show SetMenuItemInfoA&W implemented.
svn path=/trunk/; revision=16889
This commit is contained in:
parent
a37c5005c7
commit
8fe920ee49
1 changed files with 6 additions and 2 deletions
|
@ -3275,9 +3275,13 @@ MenuTrackMenu(HMENU Menu, UINT Flags, INT x, INT y,
|
|||
case WM_SYSKEYDOWN:
|
||||
switch (Msg.wParam)
|
||||
{
|
||||
DbgPrint("Menu.c WM_SYSKEYDOWN wPram %d\n",Msg.wParam);
|
||||
case VK_MENU:
|
||||
fEndMenu = TRUE;
|
||||
break;
|
||||
case VK_LMENU:
|
||||
fEndMenu = TRUE;
|
||||
break;
|
||||
}
|
||||
break; /* WM_SYSKEYDOWN */
|
||||
|
||||
|
@ -4571,7 +4575,7 @@ SetMenuItemBitmaps(
|
|||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
* @implemented
|
||||
*/
|
||||
BOOL
|
||||
STDCALL
|
||||
|
@ -4614,7 +4618,7 @@ SetMenuItemInfoA(
|
|||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
* @implemented
|
||||
*/
|
||||
BOOL
|
||||
STDCALL
|
||||
|
|
Loading…
Reference in a new issue