mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +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;
|
||||
FAST_MUTEX PrivateFontListLock;
|
||||
LIST_ENTRY PrivateFontListHead;
|
||||
FAST_MUTEX DriverObjListLock;
|
||||
LIST_ENTRY DriverObjListHead;
|
||||
struct _KBDTABLES* KeyboardLayout;
|
||||
ULONG Flags;
|
||||
LONG GDIObjects;
|
||||
|
|
Loading…
Reference in a new issue