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:
Thomas Bluemel
2004-11-20 16:46:06 +00:00
parent 76bd18b75f
commit b7100ed2fc
37 changed files with 838 additions and 606 deletions
-2
View File
@@ -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;