mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
1. removed window station/desktop hacks from ntoskrnl
2. implemented window station/desktop inheritance on thread/process startup 3. implemented process locking 4. fixed some fields in the EPROCESS structure svn path=/trunk/; revision=11712
This commit is contained in:
@@ -31,8 +31,6 @@ typedef struct _W32PROCESS
|
||||
FAST_MUTEX CursorIconListLock;
|
||||
LIST_ENTRY CursorIconListHead;
|
||||
struct _KBDTABLES* KeyboardLayout;
|
||||
struct _WINSTATION_OBJECT* WindowStation;
|
||||
HANDLE hWindowStation;
|
||||
ULONG Flags;
|
||||
WORD GDIObjects;
|
||||
WORD UserObjects;
|
||||
|
||||
Reference in New Issue
Block a user