mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 13:33:42 +00:00
[NtUser] - Fix note again.
svn path=/trunk/; revision=57049
This commit is contained in:
parent
9a03623b15
commit
e05a2f4599
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ UserAttachThreadInput(PTHREADINFO ptiFrom, PTHREADINFO ptiTo, BOOL fAttach)
|
|||
return FALSE;
|
||||
|
||||
/* MSDN Note:
|
||||
Keyboard and mouse events received by both threads are processed by the thread specifieby the idAttachTo.
|
||||
Keyboard and mouse events received by both threads are processed by the thread specified by the idAttachTo.
|
||||
*/
|
||||
|
||||
/* If Attach set, allocate and link. */
|
||||
|
|
Loading…
Reference in a new issue