mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user