mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:12:57 +00:00
Forgot to commit this file - sorry!
svn path=/trunk/; revision=12858
This commit is contained in:
parent
a2189e5e4b
commit
e008fd8fc6
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ typedef struct _W32PROCESS
|
||||||
LIST_ENTRY MenuListHead;
|
LIST_ENTRY MenuListHead;
|
||||||
FAST_MUTEX PrivateFontListLock;
|
FAST_MUTEX PrivateFontListLock;
|
||||||
LIST_ENTRY PrivateFontListHead;
|
LIST_ENTRY PrivateFontListHead;
|
||||||
|
FAST_MUTEX DriverObjListLock;
|
||||||
|
LIST_ENTRY DriverObjListHead;
|
||||||
struct _KBDTABLES* KeyboardLayout;
|
struct _KBDTABLES* KeyboardLayout;
|
||||||
ULONG Flags;
|
ULONG Flags;
|
||||||
LONG GDIObjects;
|
LONG GDIObjects;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue