mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 09:53:54 +00:00
Bugfix: Call InitThreadInput in GetFastQueue with correct parameter
for 32-bit queues.
This commit is contained in:
parent
a2fe8ebe3c
commit
6529aa7643
@ -1280,7 +1280,7 @@ HANDLE32 WINAPI GetFastQueue( void )
|
||||
{
|
||||
HMODULE16 hModule = GetModuleHandle16( "USER" );
|
||||
FARPROC16 proc = WIN32_GetProcAddress16( hModule, "InitThreadInput" );
|
||||
Callbacks->CallBootAppProc( proc, 0, 4 ); /* FIXME! */
|
||||
Callbacks->CallBootAppProc( proc, 0, THREAD_IsWin16(thdb)? 4 : 5 ); /* FIXME! */
|
||||
}
|
||||
|
||||
if (!(thdb->teb.queue))
|
||||
|
Loading…
Reference in New Issue
Block a user