-AttachThreadInput is a direct call to kernel space, good job Dmitry!

svn path=/trunk/; revision=37558
This commit is contained in:
James Tabor 2008-11-22 16:23:43 +00:00
parent 7c4e569119
commit 07019b1508
2 changed files with 1 additions and 15 deletions

View file

@ -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
*/

View file

@ -12,7 +12,7 @@ AnyPopup@0
AppendMenuA@16
AppendMenuW@16
ArrangeIconicWindows@4
AttachThreadInput@12
AttachThreadInput@12=NtUserAttachThreadInput@12
BeginDeferWindowPos@4
BeginPaint@8
BlockInput@4