mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 23:18:39 +00:00
- Update CL type.
svn path=/trunk/; revision=37665
This commit is contained in:
parent
bd76ae91c0
commit
62e6343ace
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ typedef struct _CLIENTINFO
|
||||||
DWORD dwHookCurrent;
|
DWORD dwHookCurrent;
|
||||||
INT cInDDEMLCallback;
|
INT cInDDEMLCallback;
|
||||||
PCLIENTTHREADINFO pClientThreadInfo;
|
PCLIENTTHREADINFO pClientThreadInfo;
|
||||||
DWORD dwHookData;
|
ULONG_PTR dwHookData;
|
||||||
DWORD dwKeyCache;
|
DWORD dwKeyCache;
|
||||||
DWORD afKeyState[2];
|
DWORD afKeyState[2];
|
||||||
DWORD dwAsyncKeyCache;
|
DWORD dwAsyncKeyCache;
|
||||||
|
|
Loading…
Reference in a new issue