mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Put back revision 23192
svn path=/trunk/; revision=23222
This commit is contained in:
@@ -351,7 +351,7 @@ IntCreateMenu(PHANDLE Handle, BOOL IsMenuBar)
|
||||
Menu->MenuItemList = NULL;
|
||||
|
||||
/* Insert menu item into process menu handle list */
|
||||
InsertTailList(&PsGetWin32Process()->MenuListHead, &Menu->ListEntry);
|
||||
InsertTailList(&PsGetCurrentProcessWin32Process()->MenuListHead, &Menu->ListEntry)
|
||||
|
||||
return Menu;
|
||||
}
|
||||
@@ -455,7 +455,7 @@ IntCloneMenu(PMENU_OBJECT Source)
|
||||
Menu->MenuItemList = NULL;
|
||||
|
||||
/* Insert menu item into process menu handle list */
|
||||
InsertTailList(&PsGetWin32Process()->MenuListHead, &Menu->ListEntry);
|
||||
InsertTailList(&PsGetCurrentProcessWin32Process()->MenuListHead, &Menu->ListEntry);
|
||||
|
||||
IntCloneMenuItems(Menu, Source);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user