mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- Call NtUserAttachThreadInput
svn path=/trunk/; revision=37540
This commit is contained in:
parent
92b86da787
commit
54389c838c
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,7 @@ AttachThreadInput(
|
|||
DWORD idAttachTo,
|
||||
BOOL fAttach)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
return NtUserAttachThreadInput(idAttach, idAttachTo, fAttach);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue