Added Handle table for menus

svn path=/trunk/; revision=5347
This commit is contained in:
Thomas Bluemel 2003-07-31 23:00:55 +00:00
parent 23845e1644
commit 3445150d31

View file

@ -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;