mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
- Fix build
svn path=/trunk/; revision=54205
This commit is contained in:
parent
969de356e3
commit
3e3de2a6b0
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ typedef struct _THREADINFO
|
|||
PTL ptl;
|
||||
PPROCESSINFO ppi;
|
||||
struct _USER_MESSAGE_QUEUE* MessageQueue;
|
||||
struct _KL* KeyboardLayout;
|
||||
struct tagKL* KeyboardLayout;
|
||||
PCLIENTTHREADINFO pcti;
|
||||
struct _DESKTOP* rpdesk;
|
||||
PDESKTOPINFO pDeskInfo;
|
||||
|
@ -188,7 +188,7 @@ typedef struct _PROCESSINFO
|
|||
LIST_ENTRY PrivateFontListHead;
|
||||
FAST_MUTEX DriverObjListLock;
|
||||
LIST_ENTRY DriverObjListHead;
|
||||
struct _KL* KeyboardLayout; // THREADINFO only
|
||||
struct tagKL* KeyboardLayout; // THREADINFO only
|
||||
W32HEAP_USER_MAPPING HeapMappings;
|
||||
struct _GDI_POOL *pPoolDcAttr;
|
||||
struct _GDI_POOL *pPoolBrushAttr;
|
||||
|
|
Loading…
Reference in a new issue