-Introduce new WinSta lock to replace most others

svn path=/trunk/; revision=5381
This commit is contained in:
Gunnar Dalsnes 2003-08-02 16:32:53 +00:00
parent 59caa89d83
commit 3ff6d5b32d

View file

@ -19,6 +19,7 @@ typedef struct _WINSTATION_OBJECT
PRTL_ATOM_TABLE AtomTable;
PVOID HandleTable;
struct _DESKTOP_OBJECT* ActiveDesktop;
ERESOURCE Resource;
/* FIXME: Clipboard */
} WINSTATION_OBJECT, *PWINSTATION_OBJECT;