- Add back removed call commented out. First problem I see with this patch, where is the check for child window? Second, this should be fixed in kernel space not in user32 and separate the kernel function from NtUserCallHwndLock and make a standalone one for win32k. With in this year ROSMENUINFO is going away and is deprecated. New structures will be made available soon.

svn path=/trunk/; revision=39707
This commit is contained in:
James Tabor
2009-02-22 00:32:59 +00:00
parent 728f7321fe
commit 8c751eddbf
+1
View File
@@ -4033,6 +4033,7 @@ CreatePopupMenu(VOID)
BOOL WINAPI
DrawMenuBar(HWND hWnd)
{
// return (BOOL)NtUserCallHwndLock(hWnd, HWNDLOCK_ROUTINE_DRAWMENUBAR);
ROSMENUINFO MenuInfo;
HMENU hMenu;
hMenu = GetMenu(hWnd);