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,
|
DWORD idAttachTo,
|
||||||
BOOL fAttach)
|
BOOL fAttach)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
return NtUserAttachThreadInput(idAttach, idAttachTo, fAttach);
|
||||||
return FALSE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue