mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +00:00
-AttachThreadInput is a direct call to kernel space, good job Dmitry!
svn path=/trunk/; revision=37558
This commit is contained in:
parent
7c4e569119
commit
07019b1508
2 changed files with 1 additions and 15 deletions
|
@ -15,20 +15,6 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(user32);
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
BOOL
|
||||
STDCALL
|
||||
AttachThreadInput(
|
||||
DWORD idAttach,
|
||||
DWORD idAttachTo,
|
||||
BOOL fAttach)
|
||||
{
|
||||
return NtUserAttachThreadInput(idAttach, idAttachTo, fAttach);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
|
|
@ -12,7 +12,7 @@ AnyPopup@0
|
|||
AppendMenuA@16
|
||||
AppendMenuW@16
|
||||
ArrangeIconicWindows@4
|
||||
AttachThreadInput@12
|
||||
AttachThreadInput@12=NtUserAttachThreadInput@12
|
||||
BeginDeferWindowPos@4
|
||||
BeginPaint@8
|
||||
BlockInput@4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue