mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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;
|
FAST_MUTEX ClassListLock;
|
||||||
LIST_ENTRY ClassListHead;
|
LIST_ENTRY ClassListHead;
|
||||||
|
FAST_MUTEX MenuListLock;
|
||||||
|
LIST_ENTRY MenuListHead;
|
||||||
struct _WINSTATION_OBJECT* WindowStation;
|
struct _WINSTATION_OBJECT* WindowStation;
|
||||||
} W32PROCESS, *PW32PROCESS;
|
} W32PROCESS, *PW32PROCESS;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue