mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
-Introduce new WinSta lock to replace most others
svn path=/trunk/; revision=5381
This commit is contained in:
parent
59caa89d83
commit
3ff6d5b32d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue