mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 17:14:32 +00:00
[User32Test]
- Turn off GetMenuBarInfo input test temporarily for now. svn path=/trunk/; revision=57252
This commit is contained in:
parent
64823b2694
commit
0505da21b0
1 changed files with 2 additions and 2 deletions
|
@ -2180,7 +2180,7 @@ static LRESULT CALLBACK WndProc(HWND hWnd, UINT msg, WPARAM wParam,
|
||||||
default:
|
default:
|
||||||
return( DefWindowProcA( hWnd, msg, wParam, lParam ) );
|
return( DefWindowProcA( hWnd, msg, wParam, lParam ) );
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
if(pGetMenuBarInfo)
|
if(pGetMenuBarInfo)
|
||||||
{
|
{
|
||||||
MENUBARINFO mbi;
|
MENUBARINFO mbi;
|
||||||
|
@ -2226,7 +2226,7 @@ static LRESULT CALLBACK WndProc(HWND hWnd, UINT msg, WPARAM wParam,
|
||||||
ok(!(bMenuVisible && (state & MF_HILITE)) == !mbi.fFocused,
|
ok(!(bMenuVisible && (state & MF_HILITE)) == !mbi.fFocused,
|
||||||
"msg %x: GetMenuBarInfo.fFocused (%d) is wrong\n", msg, mbi.fFocused != 0);
|
"msg %x: GetMenuBarInfo.fFocused (%d) is wrong\n", msg, mbi.fFocused != 0);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
if (msg == WM_EXITMENULOOP)
|
if (msg == WM_EXITMENULOOP)
|
||||||
bMenuVisible = FALSE;
|
bMenuVisible = FALSE;
|
||||||
else if (msg == WM_INITMENUPOPUP)
|
else if (msg == WM_INITMENUPOPUP)
|
||||||
|
|
Loading…
Reference in a new issue