mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Added Handle table for menus
svn path=/trunk/; revision=5347
This commit is contained in:
parent
23845e1644
commit
3445150d31
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ typedef struct _W32PROCESS
|
|||
{
|
||||
FAST_MUTEX ClassListLock;
|
||||
LIST_ENTRY ClassListHead;
|
||||
FAST_MUTEX MenuListLock;
|
||||
LIST_ENTRY MenuListHead;
|
||||
struct _WINSTATION_OBJECT* WindowStation;
|
||||
} W32PROCESS, *PW32PROCESS;
|
||||
|
||||
|
|
Loading…
Reference in a new issue