Forgot to commit this file - sorry!

svn path=/trunk/; revision=12858
This commit is contained in:
Gregor Anich 2005-01-06 23:18:17 +00:00
parent a2189e5e4b
commit e008fd8fc6

View file

@ -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;