mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
-AttachThreadInput is a direct call to kernel space, good job Dmitry!
svn path=/trunk/; revision=37558
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user