mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
you can thank me later jim ;)
svn path=/trunk/; revision=23223
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(&PsGetCurrentProcessWin32Process()->MenuListHead, &Menu->ListEntry)
|
||||
InsertTailList(&PsGetCurrentProcessWin32Process()->MenuListHead, &Menu->ListEntry);
|
||||
|
||||
return Menu;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user